Color spaces of #edfac7
RGB | 237 | 250 | 199 |
---|---|---|---|
HSL | 0.21 | 0.84 | 0.88 |
HSV | 75° | 20° | 98° |
CMYK | 0.05 | 0.00 | 0.20 0.02 |
XYZ | 79.4195 | 90.4993 | 67.3151 |
Yxy | 90.4993 | 0.3348 | 0.3815 |
Hunter Lab | 95.1311 | -17.4601 | 24.6380 |
CIE-Lab | 96.2035 | -12.6950 | 23.0761 |
#edfac7 color RGB value is (237,250,199).
#edfac7 hex color red value is 237, green value is 250 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #edfac7 hue: 0.21 , saturation: 0.84 and the lightness value of edfac7 is 0.88.
The process color (four color CMYK) of #edfac7 color hex is 0.05, 0.00, 0.20, 0.02. Web safe color of #edfac7 is #ffffcc. Color #edfac7 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11111010 | 11000111 |
Octal | 355 | 372 | 307 |
Decimal | 237 | 250 | 199 |
Hex | ED | FA | C7 |
Shades of #edfac7
Tints of #edfac7
RGB Percentages of Color #edfac7
CMYK Percentages of Color #edfac7
Complementary Color
#edfac7 | #d4c7fa |
#edfac7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edfac7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#edfac7 Color CSS Codes
.mybgcolor {background-color:#edfac7; } .myforecolor {color:#edfac7; } .mybordercolor {border:3px solid #edfac7; }
#edfac7 Text Font Color
<p style="color:#edfac7">Text here</p>
This sample text font color is #edfac7
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.
#edfac7 Background Color
<div style="background-color:#edfac7">
Div content here</div>
This div background color is #edfac7
#edfac7 Border Color
<div style="border:3px solid #edfac7">
Div here</div>
This div border color is #edfac7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,250,199, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edfac7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edfac7; -webkit-box-shadow: 1px 1px 3px 2px #edfac7; box-shadow: 1px 1px 3px 2px #edfac7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,250,199, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edfac7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edfac7; -webkit-box-shadow: 1px 1px 3px 2px #edfac7; box-shadow: 1px 1px 3px 2px #edfac7;">
Div content here</div>
This div box has shadow with color #edfac7
Comments
No comments written yet.
Please login to write comment.