Color spaces of #edfcb1
RGB | 237 | 252 | 177 |
---|---|---|---|
HSL | 0.20 | 0.93 | 0.84 |
HSV | 72° | 30° | 99° |
CMYK | 0.06 | 0.00 | 0.30 0.01 |
XYZ | 77.6713 | 90.7997 | 55.0273 |
Yxy | 90.7997 | 0.3475 | 0.4063 |
Hunter Lab | 95.2889 | -21.2577 | 32.4635 |
CIE-Lab | 96.3275 | -16.7107 | 34.3607 |
#edfcb1 color RGB value is (237,252,177).
#edfcb1 hex color red value is 237, green value is 252 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #edfcb1 hue: 0.20 , saturation: 0.93 and the lightness value of edfcb1 is 0.84.
The process color (four color CMYK) of #edfcb1 color hex is 0.06, 0.00, 0.30, 0.01. Web safe color of #edfcb1 is #ffff99. Color #edfcb1 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11111100 | 10110001 |
Octal | 355 | 374 | 261 |
Decimal | 237 | 252 | 177 |
Hex | ED | FC | B1 |
Shades of #edfcb1
Tints of #edfcb1
RGB Percentages of Color #edfcb1
CMYK Percentages of Color #edfcb1
Complementary Color
#edfcb1 | #c0b1fc |
#edfcb1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edfcb1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#edfcb1 Color CSS Codes
.mybgcolor {background-color:#edfcb1; } .myforecolor {color:#edfcb1; } .mybordercolor {border:3px solid #edfcb1; }
#edfcb1 Text Font Color
<p style="color:#edfcb1">Text here</p>
This sample text font color is #edfcb1
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.
#edfcb1 Background Color
<div style="background-color:#edfcb1">
Div content here</div>
This div background color is #edfcb1
#edfcb1 Border Color
<div style="border:3px solid #edfcb1">
Div here</div>
This div border color is #edfcb1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,252,177, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edfcb1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edfcb1; -webkit-box-shadow: 1px 1px 3px 2px #edfcb1; box-shadow: 1px 1px 3px 2px #edfcb1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,252,177, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edfcb1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edfcb1; -webkit-box-shadow: 1px 1px 3px 2px #edfcb1; box-shadow: 1px 1px 3px 2px #edfcb1;">
Div content here</div>
This div box has shadow with color #edfcb1
Comments
No comments written yet.
Please login to write comment.