Color spaces of #eeedcb
RGB | 238 | 237 | 203 |
---|---|---|---|
HSL | 0.16 | 0.51 | 0.86 |
HSV | 58° | 15° | 93° |
CMYK | 0.00 | 0.00 | 0.15 0.07 |
XYZ | 76.3236 | 83.0573 | 68.5089 |
Yxy | 83.0573 | 0.3349 | 0.3645 |
Hunter Lab | 91.1358 | -9.9990 | 19.2254 |
CIE-Lab | 93.0395 | -5.2578 | 16.6196 |
#eeedcb color RGB value is (238,237,203).
#eeedcb hex color red value is 238, green value is 237 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #eeedcb hue: 0.16 , saturation: 0.51 and the lightness value of eeedcb is 0.86.
The process color (four color CMYK) of #eeedcb color hex is 0.00, 0.00, 0.15, 0.07. Web safe color of #eeedcb is #ffffcc. Color #eeedcb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11101101 | 11001011 |
Octal | 356 | 355 | 313 |
Decimal | 238 | 237 | 203 |
Hex | EE | ED | CB |
Shades of #eeedcb
Tints of #eeedcb
RGB Percentages of Color #eeedcb
CMYK Percentages of Color #eeedcb
Complementary Color
#eeedcb | #cbccee |
#eeedcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eeedcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#eeedcb Color CSS Codes
.mybgcolor {background-color:#eeedcb; } .myforecolor {color:#eeedcb; } .mybordercolor {border:3px solid #eeedcb; }
#eeedcb Text Font Color
<p style="color:#eeedcb">Text here</p>
This sample text font color is #eeedcb
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.
#eeedcb Background Color
<div style="background-color:#eeedcb">
Div content here</div>
This div background color is #eeedcb
#eeedcb Border Color
<div style="border:3px solid #eeedcb">
Div here</div>
This div border color is #eeedcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,237,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eeedcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eeedcb; -webkit-box-shadow: 1px 1px 3px 2px #eeedcb; box-shadow: 1px 1px 3px 2px #eeedcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,237,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eeedcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eeedcb; -webkit-box-shadow: 1px 1px 3px 2px #eeedcb; box-shadow: 1px 1px 3px 2px #eeedcb;">
Div content here</div>
This div box has shadow with color #eeedcb
Comments
No comments written yet.
Please login to write comment.