Color spaces of #edeead
RGB | 237 | 238 | 173 |
---|---|---|---|
HSL | 0.17 | 0.66 | 0.81 |
HSV | 61° | 27° | 93° |
CMYK | 0.00 | 0.00 | 0.27 0.07 |
XYZ | 73.0424 | 82.1707 | 51.5460 |
Yxy | 82.1707 | 0.3533 | 0.3974 |
Hunter Lab | 90.6481 | -14.8023 | 29.7390 |
CIE-Lab | 92.6501 | -10.3371 | 31.4534 |
#edeead color RGB value is (237,238,173).
#edeead hex color red value is 237, green value is 238 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #edeead hue: 0.17 , saturation: 0.66 and the lightness value of edeead is 0.81.
The process color (four color CMYK) of #edeead color hex is 0.00, 0.00, 0.27, 0.07. Web safe color of #edeead is #ffff99. Color #edeead contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11101110 | 10101101 |
Octal | 355 | 356 | 255 |
Decimal | 237 | 238 | 173 |
Hex | ED | EE | AD |
Shades of #edeead
Tints of #edeead
RGB Percentages of Color #edeead
CMYK Percentages of Color #edeead
Complementary Color
#edeead | #aeadee |
#edeead Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edeead Color Preview on White Background
Lorem ipsum dolor sit amet.
#edeead Color CSS Codes
.mybgcolor {background-color:#edeead; } .myforecolor {color:#edeead; } .mybordercolor {border:3px solid #edeead; }
#edeead Text Font Color
<p style="color:#edeead">Text here</p>
This sample text font color is #edeead
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.
#edeead Background Color
<div style="background-color:#edeead">
Div content here</div>
This div background color is #edeead
#edeead Border Color
<div style="border:3px solid #edeead">
Div here</div>
This div border color is #edeead
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,238,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edeead; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edeead; -webkit-box-shadow: 1px 1px 3px 2px #edeead; box-shadow: 1px 1px 3px 2px #edeead; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,238,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edeead">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edeead; -webkit-box-shadow: 1px 1px 3px 2px #edeead; box-shadow: 1px 1px 3px 2px #edeead;">
Div content here</div>
This div box has shadow with color #edeead
Comments
No comments written yet.
Please login to write comment.