Color spaces of #dec9bd
RGB | 222 | 201 | 189 |
---|---|---|---|
HSL | 0.06 | 0.33 | 0.81 |
HSV | 22° | 15° | 87° |
CMYK | 0.00 | 0.09 | 0.15 0.13 |
XYZ | 60.1962 | 60.9770 | 56.7412 |
Yxy | 60.9770 | 0.3383 | 0.3427 |
Hunter Lab | 78.0878 | 0.9482 | 11.5793 |
CIE-Lab | 82.3664 | 5.3920 | 8.6527 |
#dec9bd color RGB value is (222,201,189).
#dec9bd hex color red value is 222, green value is 201 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dec9bd hue: 0.06 , saturation: 0.33 and the lightness value of dec9bd is 0.81.
The process color (four color CMYK) of #dec9bd color hex is 0.00, 0.09, 0.15, 0.13. Web safe color of #dec9bd is #cccccc. Color #dec9bd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11001001 | 10111101 |
Octal | 336 | 311 | 275 |
Decimal | 222 | 201 | 189 |
Hex | DE | C9 | BD |
Shades of #dec9bd
Tints of #dec9bd
RGB Percentages of Color #dec9bd
CMYK Percentages of Color #dec9bd
Complementary Color
#dec9bd | #bdd2de |
#dec9bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dec9bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#dec9bd Color CSS Codes
.mybgcolor {background-color:#dec9bd; } .myforecolor {color:#dec9bd; } .mybordercolor {border:3px solid #dec9bd; }
#dec9bd Text Font Color
<p style="color:#dec9bd">Text here</p>
This sample text font color is #dec9bd
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.
#dec9bd Background Color
<div style="background-color:#dec9bd">
Div content here</div>
This div background color is #dec9bd
#dec9bd Border Color
<div style="border:3px solid #dec9bd">
Div here</div>
This div border color is #dec9bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,201,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dec9bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dec9bd; -webkit-box-shadow: 1px 1px 3px 2px #dec9bd; box-shadow: 1px 1px 3px 2px #dec9bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,201,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dec9bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dec9bd; -webkit-box-shadow: 1px 1px 3px 2px #dec9bd; box-shadow: 1px 1px 3px 2px #dec9bd;">
Div content here</div>
This div box has shadow with color #dec9bd
Comments
No comments written yet.
Please login to write comment.