Color spaces of #edfcb8
RGB | 237 | 252 | 184 |
---|---|---|---|
HSL | 0.20 | 0.92 | 0.85 |
HSV | 73° | 27° | 99° |
CMYK | 0.06 | 0.00 | 0.27 0.01 |
XYZ | 78.3872 | 91.0860 | 58.7973 |
Yxy | 91.0860 | 0.3434 | 0.3990 |
Hunter Lab | 95.4390 | -20.4103 | 30.2804 |
CIE-Lab | 96.4454 | -15.7873 | 31.0060 |
#edfcb8 color RGB value is (237,252,184).
#edfcb8 hex color red value is 237, green value is 252 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #edfcb8 hue: 0.20 , saturation: 0.92 and the lightness value of edfcb8 is 0.85.
The process color (four color CMYK) of #edfcb8 color hex is 0.06, 0.00, 0.27, 0.01. Web safe color of #edfcb8 is #ffffcc. Color #edfcb8 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11111100 | 10111000 |
Octal | 355 | 374 | 270 |
Decimal | 237 | 252 | 184 |
Hex | ED | FC | B8 |
Shades of #edfcb8
Tints of #edfcb8
RGB Percentages of Color #edfcb8
CMYK Percentages of Color #edfcb8
Complementary Color
#edfcb8 | #c7b8fc |
#edfcb8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edfcb8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#edfcb8 Color CSS Codes
.mybgcolor {background-color:#edfcb8; } .myforecolor {color:#edfcb8; } .mybordercolor {border:3px solid #edfcb8; }
#edfcb8 Text Font Color
<p style="color:#edfcb8">Text here</p>
This sample text font color is #edfcb8
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.
#edfcb8 Background Color
<div style="background-color:#edfcb8">
Div content here</div>
This div background color is #edfcb8
#edfcb8 Border Color
<div style="border:3px solid #edfcb8">
Div here</div>
This div border color is #edfcb8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,252,184, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edfcb8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edfcb8; -webkit-box-shadow: 1px 1px 3px 2px #edfcb8; box-shadow: 1px 1px 3px 2px #edfcb8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,252,184, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edfcb8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edfcb8; -webkit-box-shadow: 1px 1px 3px 2px #edfcb8; box-shadow: 1px 1px 3px 2px #edfcb8;">
Div content here</div>
This div box has shadow with color #edfcb8
Comments
No comments written yet.
Please login to write comment.