Color spaces of #eacaef
RGB | 234 | 202 | 239 |
---|---|---|---|
HSL | 0.81 | 0.54 | 0.86 |
HSV | 292° | 15° | 94° |
CMYK | 0.02 | 0.15 | 0.00 0.06 |
XYZ | 70.6322 | 65.9655 | 90.6712 |
Yxy | 65.9655 | 0.3108 | 0.2903 |
Hunter Lab | 81.2191 | 13.0989 | -9.3366 |
CIE-Lab | 84.9788 | 17.6351 | -14.0611 |
#eacaef color RGB value is (234,202,239).
#eacaef hex color red value is 234, green value is 202 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #eacaef hue: 0.81 , saturation: 0.54 and the lightness value of eacaef is 0.86.
The process color (four color CMYK) of #eacaef color hex is 0.02, 0.15, 0.00, 0.06. Web safe color of #eacaef is #ffccff. Color #eacaef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11001010 | 11101111 |
Octal | 352 | 312 | 357 |
Decimal | 234 | 202 | 239 |
Hex | EA | CA | EF |
Shades of #eacaef
Tints of #eacaef
RGB Percentages of Color #eacaef
CMYK Percentages of Color #eacaef
Complementary Color
#eacaef | #cfefca |
#eacaef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eacaef Color Preview on White Background
Lorem ipsum dolor sit amet.
#eacaef Color CSS Codes
.mybgcolor {background-color:#eacaef; } .myforecolor {color:#eacaef; } .mybordercolor {border:3px solid #eacaef; }
#eacaef Text Font Color
<p style="color:#eacaef">Text here</p>
This sample text font color is #eacaef
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.
#eacaef Background Color
<div style="background-color:#eacaef">
Div content here</div>
This div background color is #eacaef
#eacaef Border Color
<div style="border:3px solid #eacaef">
Div here</div>
This div border color is #eacaef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,202,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eacaef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eacaef; -webkit-box-shadow: 1px 1px 3px 2px #eacaef; box-shadow: 1px 1px 3px 2px #eacaef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,202,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eacaef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eacaef; -webkit-box-shadow: 1px 1px 3px 2px #eacaef; box-shadow: 1px 1px 3px 2px #eacaef;">
Div content here</div>
This div box has shadow with color #eacaef
Comments
No comments written yet.
Please login to write comment.