Color spaces of #eecaea
RGB | 238 | 202 | 234 |
---|---|---|---|
HSL | 0.85 | 0.51 | 0.86 |
HSV | 307° | 15° | 93° |
CMYK | 0.00 | 0.15 | 0.02 0.07 |
XYZ | 71.2317 | 66.3587 | 86.8961 |
Yxy | 66.3587 | 0.3173 | 0.2956 |
Hunter Lab | 81.4608 | 13.5290 | -6.2234 |
CIE-Lab | 85.1791 | 18.0498 | -11.0674 |
#eecaea color RGB value is (238,202,234).
#eecaea hex color red value is 238, green value is 202 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #eecaea hue: 0.85 , saturation: 0.51 and the lightness value of eecaea is 0.86.
The process color (four color CMYK) of #eecaea color hex is 0.00, 0.15, 0.02, 0.07. Web safe color of #eecaea is #ffccff. Color #eecaea contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11001010 | 11101010 |
Octal | 356 | 312 | 352 |
Decimal | 238 | 202 | 234 |
Hex | EE | CA | EA |
Shades of #eecaea
Tints of #eecaea
RGB Percentages of Color #eecaea
CMYK Percentages of Color #eecaea
Complementary Color
#eecaea | #caeece |
#eecaea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eecaea Color Preview on White Background
Lorem ipsum dolor sit amet.
#eecaea Color CSS Codes
.mybgcolor {background-color:#eecaea; } .myforecolor {color:#eecaea; } .mybordercolor {border:3px solid #eecaea; }
#eecaea Text Font Color
<p style="color:#eecaea">Text here</p>
This sample text font color is #eecaea
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.
#eecaea Background Color
<div style="background-color:#eecaea">
Div content here</div>
This div background color is #eecaea
#eecaea Border Color
<div style="border:3px solid #eecaea">
Div here</div>
This div border color is #eecaea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,202,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eecaea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eecaea; -webkit-box-shadow: 1px 1px 3px 2px #eecaea; box-shadow: 1px 1px 3px 2px #eecaea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,202,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eecaea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eecaea; -webkit-box-shadow: 1px 1px 3px 2px #eecaea; box-shadow: 1px 1px 3px 2px #eecaea;">
Div content here</div>
This div box has shadow with color #eecaea
Comments
No comments written yet.
Please login to write comment.