Color spaces of #eaeffc
RGB | 234 | 239 | 252 |
---|---|---|---|
HSL | 0.62 | 0.75 | 0.95 |
HSV | 223° | 7° | 99° |
CMYK | 0.07 | 0.05 | 0.00 0.01 |
XYZ | 82.3689 | 86.2537 | 104.4028 |
Yxy | 86.2537 | 0.3017 | 0.3159 |
Hunter Lab | 92.8729 | -4.2160 | -1.6397 |
CIE-Lab | 94.4207 | 0.7484 | -6.8378 |
#eaeffc color RGB value is (234,239,252).
#eaeffc hex color red value is 234, green value is 239 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #eaeffc hue: 0.62 , saturation: 0.75 and the lightness value of eaeffc is 0.95.
The process color (four color CMYK) of #eaeffc color hex is 0.07, 0.05, 0.00, 0.01. Web safe color of #eaeffc is #ffffff. Color #eaeffc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11101111 | 11111100 |
Octal | 352 | 357 | 374 |
Decimal | 234 | 239 | 252 |
Hex | EA | EF | FC |
Shades of #eaeffc
Tints of #eaeffc
RGB Percentages of Color #eaeffc
CMYK Percentages of Color #eaeffc
Complementary Color
#eaeffc | #fcf7ea |
#eaeffc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaeffc Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaeffc Color CSS Codes
.mybgcolor {background-color:#eaeffc; } .myforecolor {color:#eaeffc; } .mybordercolor {border:3px solid #eaeffc; }
#eaeffc Text Font Color
<p style="color:#eaeffc">Text here</p>
This sample text font color is #eaeffc
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.
#eaeffc Background Color
<div style="background-color:#eaeffc">
Div content here</div>
This div background color is #eaeffc
#eaeffc Border Color
<div style="border:3px solid #eaeffc">
Div here</div>
This div border color is #eaeffc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,239,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaeffc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaeffc; -webkit-box-shadow: 1px 1px 3px 2px #eaeffc; box-shadow: 1px 1px 3px 2px #eaeffc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,239,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eaeffc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaeffc; -webkit-box-shadow: 1px 1px 3px 2px #eaeffc; box-shadow: 1px 1px 3px 2px #eaeffc;">
Div content here</div>
This div box has shadow with color #eaeffc
#eaeffc Color Palettes
Comments
No comments written yet.
Please login to write comment.