Color spaces of #dec887
RGB | 222 | 200 | 135 |
---|---|---|---|
HSL | 0.12 | 0.57 | 0.70 |
HSV | 45° | 39° | 87° |
CMYK | 0.00 | 0.10 | 0.39 0.13 |
XYZ | 55.1517 | 58.5874 | 31.3234 |
Yxy | 58.5874 | 0.3802 | 0.4039 |
Hunter Lab | 76.5424 | -5.3332 | 29.3165 |
CIE-Lab | 81.0643 | -1.3413 | 35.3241 |
#dec887 color RGB value is (222,200,135).
#dec887 hex color red value is 222, green value is 200 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #dec887 hue: 0.12 , saturation: 0.57 and the lightness value of dec887 is 0.70.
The process color (four color CMYK) of #dec887 color hex is 0.00, 0.10, 0.39, 0.13. Web safe color of #dec887 is #cccc99. Color #dec887 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11001000 | 10000111 |
Octal | 336 | 310 | 207 |
Decimal | 222 | 200 | 135 |
Hex | DE | C8 | 87 |
Shades of #dec887
Tints of #dec887
RGB Percentages of Color #dec887
CMYK Percentages of Color #dec887
Complementary Color
#dec887 | #879dde |
#dec887 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dec887 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dec887 Color CSS Codes
.mybgcolor {background-color:#dec887; } .myforecolor {color:#dec887; } .mybordercolor {border:3px solid #dec887; }
#dec887 Text Font Color
<p style="color:#dec887">Text here</p>
This sample text font color is #dec887
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.
#dec887 Background Color
<div style="background-color:#dec887">
Div content here</div>
This div background color is #dec887
#dec887 Border Color
<div style="border:3px solid #dec887">
Div here</div>
This div border color is #dec887
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,200,135, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dec887; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dec887; -webkit-box-shadow: 1px 1px 3px 2px #dec887; box-shadow: 1px 1px 3px 2px #dec887; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,200,135, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dec887">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dec887; -webkit-box-shadow: 1px 1px 3px 2px #dec887; box-shadow: 1px 1px 3px 2px #dec887;">
Div content here</div>
This div box has shadow with color #dec887
Comments
No comments written yet.
Please login to write comment.