Color spaces of #eafcdf
RGB | 234 | 252 | 223 |
---|---|---|---|
HSL | 0.27 | 0.83 | 0.93 |
HSV | 97° | 12° | 99° |
CMYK | 0.07 | 0.00 | 0.12 0.01 |
XYZ | 82.0614 | 92.4409 | 83.3298 |
Yxy | 92.4409 | 0.3183 | 0.3585 |
Hunter Lab | 96.1462 | -15.9049 | 15.9158 |
CIE-Lab | 97.0002 | -10.9642 | 11.8874 |
#eafcdf color RGB value is (234,252,223).
#eafcdf hex color red value is 234, green value is 252 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #eafcdf hue: 0.27 , saturation: 0.83 and the lightness value of eafcdf is 0.93.
The process color (four color CMYK) of #eafcdf color hex is 0.07, 0.00, 0.12, 0.01. Web safe color of #eafcdf is #ffffcc. Color #eafcdf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11111100 | 11011111 |
Octal | 352 | 374 | 337 |
Decimal | 234 | 252 | 223 |
Hex | EA | FC | DF |
Shades of #eafcdf
Tints of #eafcdf
RGB Percentages of Color #eafcdf
CMYK Percentages of Color #eafcdf
Complementary Color
#eafcdf | #f1dffc |
#eafcdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eafcdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#eafcdf Color CSS Codes
.mybgcolor {background-color:#eafcdf; } .myforecolor {color:#eafcdf; } .mybordercolor {border:3px solid #eafcdf; }
#eafcdf Text Font Color
<p style="color:#eafcdf">Text here</p>
This sample text font color is #eafcdf
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.
#eafcdf Background Color
<div style="background-color:#eafcdf">
Div content here</div>
This div background color is #eafcdf
#eafcdf Border Color
<div style="border:3px solid #eafcdf">
Div here</div>
This div border color is #eafcdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,252,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eafcdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eafcdf; -webkit-box-shadow: 1px 1px 3px 2px #eafcdf; box-shadow: 1px 1px 3px 2px #eafcdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,252,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 #eafcdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eafcdf; -webkit-box-shadow: 1px 1px 3px 2px #eafcdf; box-shadow: 1px 1px 3px 2px #eafcdf;">
Div content here</div>
This div box has shadow with color #eafcdf
Comments
No comments written yet.
Please login to write comment.