Color spaces of #edeabb
RGB | 237 | 234 | 187 |
---|---|---|---|
HSL | 0.16 | 0.58 | 0.83 |
HSV | 56° | 21° | 93° |
CMYK | 0.00 | 0.01 | 0.21 0.07 |
XYZ | 73.3175 | 80.4380 | 58.6756 |
Yxy | 80.4380 | 0.3451 | 0.3787 |
Hunter Lab | 89.6872 | -11.0325 | 23.9921 |
CIE-Lab | 91.8810 | -6.4477 | 23.2487 |
#edeabb color RGB value is (237,234,187).
#edeabb hex color red value is 237, green value is 234 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #edeabb hue: 0.16 , saturation: 0.58 and the lightness value of edeabb is 0.83.
The process color (four color CMYK) of #edeabb color hex is 0.00, 0.01, 0.21, 0.07. Web safe color of #edeabb is #ffffcc. Color #edeabb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11101010 | 10111011 |
Octal | 355 | 352 | 273 |
Decimal | 237 | 234 | 187 |
Hex | ED | EA | BB |
Shades of #edeabb
Tints of #edeabb
RGB Percentages of Color #edeabb
CMYK Percentages of Color #edeabb
Complementary Color
#edeabb | #bbbeed |
#edeabb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edeabb Color Preview on White Background
Lorem ipsum dolor sit amet.
#edeabb Color CSS Codes
.mybgcolor {background-color:#edeabb; } .myforecolor {color:#edeabb; } .mybordercolor {border:3px solid #edeabb; }
#edeabb Text Font Color
<p style="color:#edeabb">Text here</p>
This sample text font color is #edeabb
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.
#edeabb Background Color
<div style="background-color:#edeabb">
Div content here</div>
This div background color is #edeabb
#edeabb Border Color
<div style="border:3px solid #edeabb">
Div here</div>
This div border color is #edeabb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,234,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edeabb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edeabb; -webkit-box-shadow: 1px 1px 3px 2px #edeabb; box-shadow: 1px 1px 3px 2px #edeabb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,234,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edeabb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edeabb; -webkit-box-shadow: 1px 1px 3px 2px #edeabb; box-shadow: 1px 1px 3px 2px #edeabb;">
Div content here</div>
This div box has shadow with color #edeabb
Comments
No comments written yet.
Please login to write comment.