Color spaces of #eaceef
RGB | 234 | 206 | 239 |
---|---|---|---|
HSL | 0.81 | 0.51 | 0.87 |
HSV | 291° | 14° | 94° |
CMYK | 0.02 | 0.14 | 0.00 0.06 |
XYZ | 71.5830 | 67.8670 | 90.9882 |
Yxy | 67.8670 | 0.3106 | 0.2945 |
Hunter Lab | 82.3814 | 10.9350 | -7.8173 |
CIE-Lab | 85.9399 | 15.5156 | -12.6231 |
#eaceef color RGB value is (234,206,239).
#eaceef hex color red value is 234, green value is 206 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #eaceef hue: 0.81 , saturation: 0.51 and the lightness value of eaceef is 0.87.
The process color (four color CMYK) of #eaceef color hex is 0.02, 0.14, 0.00, 0.06. Web safe color of #eaceef is #ffccff. Color #eaceef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11001110 | 11101111 |
Octal | 352 | 316 | 357 |
Decimal | 234 | 206 | 239 |
Hex | EA | CE | EF |
Shades of #eaceef
Tints of #eaceef
RGB Percentages of Color #eaceef
CMYK Percentages of Color #eaceef
Complementary Color
#eaceef | #d3efce |
#eaceef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaceef Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaceef Color CSS Codes
.mybgcolor {background-color:#eaceef; } .myforecolor {color:#eaceef; } .mybordercolor {border:3px solid #eaceef; }
#eaceef Text Font Color
<p style="color:#eaceef">Text here</p>
This sample text font color is #eaceef
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.
#eaceef Background Color
<div style="background-color:#eaceef">
Div content here</div>
This div background color is #eaceef
#eaceef Border Color
<div style="border:3px solid #eaceef">
Div here</div>
This div border color is #eaceef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,206,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaceef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaceef; -webkit-box-shadow: 1px 1px 3px 2px #eaceef; box-shadow: 1px 1px 3px 2px #eaceef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,206,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 #eaceef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaceef; -webkit-box-shadow: 1px 1px 3px 2px #eaceef; box-shadow: 1px 1px 3px 2px #eaceef;">
Div content here</div>
This div box has shadow with color #eaceef
Comments
No comments written yet.
Please login to write comment.