Color spaces of #eecadc
RGB | 238 | 202 | 220 |
---|---|---|---|
HSL | 0.92 | 0.51 | 0.86 |
HSV | 330° | 15° | 93° |
CMYK | 0.00 | 0.15 | 0.08 0.07 |
XYZ | 69.2987 | 65.5855 | 76.7170 |
Yxy | 65.5855 | 0.3275 | 0.3099 |
Hunter Lab | 80.9849 | 11.0188 | 0.5240 |
CIE-Lab | 84.7845 | 15.6043 | -4.2010 |
#eecadc color RGB value is (238,202,220).
#eecadc hex color red value is 238, green value is 202 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #eecadc hue: 0.92 , saturation: 0.51 and the lightness value of eecadc is 0.86.
The process color (four color CMYK) of #eecadc color hex is 0.00, 0.15, 0.08, 0.07. Web safe color of #eecadc is #ffcccc. Color #eecadc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11001010 | 11011100 |
Octal | 356 | 312 | 334 |
Decimal | 238 | 202 | 220 |
Hex | EE | CA | DC |
Shades of #eecadc
Tints of #eecadc
RGB Percentages of Color #eecadc
CMYK Percentages of Color #eecadc
Complementary Color
#eecadc | #caeedc |
#eecadc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eecadc Color Preview on White Background
Lorem ipsum dolor sit amet.
#eecadc Color CSS Codes
.mybgcolor {background-color:#eecadc; } .myforecolor {color:#eecadc; } .mybordercolor {border:3px solid #eecadc; }
#eecadc Text Font Color
<p style="color:#eecadc">Text here</p>
This sample text font color is #eecadc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#eecadc Background Color
<div style="background-color:#eecadc">
Div content here</div>
This div background color is #eecadc
#eecadc Border Color
<div style="border:3px solid #eecadc">
Div here</div>
This div border color is #eecadc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,202,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eecadc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eecadc; -webkit-box-shadow: 1px 1px 3px 2px #eecadc; box-shadow: 1px 1px 3px 2px #eecadc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,202,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eecadc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eecadc; -webkit-box-shadow: 1px 1px 3px 2px #eecadc; box-shadow: 1px 1px 3px 2px #eecadc;">
Div content here</div>
This div box has shadow with color #eecadc
Comments
No comments written yet.
Please login to write comment.