Color spaces of #edfaef
RGB | 237 | 250 | 239 |
---|---|---|---|
HSL | 0.36 | 0.57 | 0.95 |
HSV | 129° | 5° | 98° |
CMYK | 0.05 | 0.00 | 0.04 0.02 |
XYZ | 84.6906 | 92.6077 | 95.0728 |
Yxy | 92.6077 | 0.3109 | 0.3400 |
Hunter Lab | 96.2329 | -11.3171 | 8.7878 |
CIE-Lab | 97.0682 | -6.2256 | 3.7858 |
#edfaef color RGB value is (237,250,239).
#edfaef hex color red value is 237, green value is 250 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #edfaef hue: 0.36 , saturation: 0.57 and the lightness value of edfaef is 0.95.
The process color (four color CMYK) of #edfaef color hex is 0.05, 0.00, 0.04, 0.02. Web safe color of #edfaef is #ffffff. Color #edfaef contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11111010 | 11101111 |
Octal | 355 | 372 | 357 |
Decimal | 237 | 250 | 239 |
Hex | ED | FA | EF |
Shades of #edfaef
Tints of #edfaef
RGB Percentages of Color #edfaef
CMYK Percentages of Color #edfaef
Complementary Color
#edfaef | #faedf8 |
#edfaef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edfaef Color Preview on White Background
Lorem ipsum dolor sit amet.
#edfaef Color CSS Codes
.mybgcolor {background-color:#edfaef; } .myforecolor {color:#edfaef; } .mybordercolor {border:3px solid #edfaef; }
#edfaef Text Font Color
<p style="color:#edfaef">Text here</p>
This sample text font color is #edfaef
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.
#edfaef Background Color
<div style="background-color:#edfaef">
Div content here</div>
This div background color is #edfaef
#edfaef Border Color
<div style="border:3px solid #edfaef">
Div here</div>
This div border color is #edfaef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,250,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edfaef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edfaef; -webkit-box-shadow: 1px 1px 3px 2px #edfaef; box-shadow: 1px 1px 3px 2px #edfaef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,250,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 #edfaef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edfaef; -webkit-box-shadow: 1px 1px 3px 2px #edfaef; box-shadow: 1px 1px 3px 2px #edfaef;">
Div content here</div>
This div box has shadow with color #edfaef
Comments
No comments written yet.
Please login to write comment.