Color spaces of #edfefa
RGB | 237 | 254 | 250 |
---|---|---|---|
HSL | 0.46 | 0.89 | 0.96 |
HSV | 166° | 7° | 100° |
CMYK | 0.07 | 0.00 | 0.02 0.00 |
XYZ | 87.6222 | 95.7903 | 104.3137 |
Yxy | 95.7903 | 0.3045 | 0.3329 |
Hunter Lab | 97.8725 | -11.4715 | 5.3188 |
CIE-Lab | 98.3489 | -6.2571 | -0.0090 |
#edfefa color RGB value is (237,254,250).
#edfefa hex color red value is 237, green value is 254 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #edfefa hue: 0.46 , saturation: 0.89 and the lightness value of edfefa is 0.96.
The process color (four color CMYK) of #edfefa color hex is 0.07, 0.00, 0.02, 0.00. Web safe color of #edfefa is #ffffff. Color #edfefa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11111110 | 11111010 |
Octal | 355 | 376 | 372 |
Decimal | 237 | 254 | 250 |
Hex | ED | FE | FA |
Shades of #edfefa
Tints of #edfefa
RGB Percentages of Color #edfefa
CMYK Percentages of Color #edfefa
Complementary Color
#edfefa | #feedf1 |
#edfefa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edfefa Color Preview on White Background
Lorem ipsum dolor sit amet.
#edfefa Color CSS Codes
.mybgcolor {background-color:#edfefa; } .myforecolor {color:#edfefa; } .mybordercolor {border:3px solid #edfefa; }
#edfefa Text Font Color
<p style="color:#edfefa">Text here</p>
This sample text font color is #edfefa
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.
#edfefa Background Color
<div style="background-color:#edfefa">
Div content here</div>
This div background color is #edfefa
#edfefa Border Color
<div style="border:3px solid #edfefa">
Div here</div>
This div border color is #edfefa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,254,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edfefa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edfefa; -webkit-box-shadow: 1px 1px 3px 2px #edfefa; box-shadow: 1px 1px 3px 2px #edfefa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,254,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edfefa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edfefa; -webkit-box-shadow: 1px 1px 3px 2px #edfefa; box-shadow: 1px 1px 3px 2px #edfefa;">
Div content here</div>
This div box has shadow with color #edfefa
Comments
No comments written yet.
Please login to write comment.