Color spaces of #eaefdf
RGB | 234 | 239 | 223 |
---|---|---|---|
HSL | 0.22 | 0.33 | 0.91 |
HSV | 79° | 7° | 94° |
CMYK | 0.02 | 0.00 | 0.07 0.06 |
XYZ | 78.1175 | 84.5531 | 82.0152 |
Yxy | 84.5531 | 0.3193 | 0.3456 |
Hunter Lab | 91.9528 | -9.2745 | 11.4845 |
CIE-Lab | 93.6902 | -4.4496 | 7.1476 |
#eaefdf color RGB value is (234,239,223).
#eaefdf hex color red value is 234, green value is 239 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #eaefdf hue: 0.22 , saturation: 0.33 and the lightness value of eaefdf is 0.91.
The process color (four color CMYK) of #eaefdf color hex is 0.02, 0.00, 0.07, 0.06. Web safe color of #eaefdf is #ffffcc. Color #eaefdf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11101111 | 11011111 |
Octal | 352 | 357 | 337 |
Decimal | 234 | 239 | 223 |
Hex | EA | EF | DF |
Shades of #eaefdf
Tints of #eaefdf
RGB Percentages of Color #eaefdf
CMYK Percentages of Color #eaefdf
Complementary Color
#eaefdf | #e4dfef |
#eaefdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaefdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaefdf Color CSS Codes
.mybgcolor {background-color:#eaefdf; } .myforecolor {color:#eaefdf; } .mybordercolor {border:3px solid #eaefdf; }
#eaefdf Text Font Color
<p style="color:#eaefdf">Text here</p>
This sample text font color is #eaefdf
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.
#eaefdf Background Color
<div style="background-color:#eaefdf">
Div content here</div>
This div background color is #eaefdf
#eaefdf Border Color
<div style="border:3px solid #eaefdf">
Div here</div>
This div border color is #eaefdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,239,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaefdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaefdf; -webkit-box-shadow: 1px 1px 3px 2px #eaefdf; box-shadow: 1px 1px 3px 2px #eaefdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,239,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eaefdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaefdf; -webkit-box-shadow: 1px 1px 3px 2px #eaefdf; box-shadow: 1px 1px 3px 2px #eaefdf;">
Div content here</div>
This div box has shadow with color #eaefdf
#eaefdf Color Palettes
Comments
No comments written yet.
Please login to write comment.