Color spaces of #deca9b
RGB | 222 | 202 | 155 |
---|---|---|---|
HSL | 0.12 | 0.50 | 0.74 |
HSV | 42° | 30° | 87° |
CMYK | 0.00 | 0.09 | 0.30 0.13 |
XYZ | 57.1611 | 60.1372 | 39.6053 |
Yxy | 60.1372 | 0.3643 | 0.3833 |
Hunter Lab | 77.5482 | -4.1362 | 24.0032 |
CIE-Lab | 81.9127 | 0.0061 | 26.0480 |
#deca9b color RGB value is (222,202,155).
#deca9b hex color red value is 222, green value is 202 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #deca9b hue: 0.12 , saturation: 0.50 and the lightness value of deca9b is 0.74.
The process color (four color CMYK) of #deca9b color hex is 0.00, 0.09, 0.30, 0.13. Web safe color of #deca9b is #cccc99. Color #deca9b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11001010 | 10011011 |
Octal | 336 | 312 | 233 |
Decimal | 222 | 202 | 155 |
Hex | DE | CA | 9B |
Shades of #deca9b
Tints of #deca9b
RGB Percentages of Color #deca9b
CMYK Percentages of Color #deca9b
Complementary Color
#deca9b | #9bafde |
#deca9b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#deca9b Color Preview on White Background
Lorem ipsum dolor sit amet.
#deca9b Color CSS Codes
.mybgcolor {background-color:#deca9b; } .myforecolor {color:#deca9b; } .mybordercolor {border:3px solid #deca9b; }
#deca9b Text Font Color
<p style="color:#deca9b">Text here</p>
This sample text font color is #deca9b
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.
#deca9b Background Color
<div style="background-color:#deca9b">
Div content here</div>
This div background color is #deca9b
#deca9b Border Color
<div style="border:3px solid #deca9b">
Div here</div>
This div border color is #deca9b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,202,155, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #deca9b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #deca9b; -webkit-box-shadow: 1px 1px 3px 2px #deca9b; box-shadow: 1px 1px 3px 2px #deca9b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,202,155, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #deca9b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #deca9b; -webkit-box-shadow: 1px 1px 3px 2px #deca9b; box-shadow: 1px 1px 3px 2px #deca9b;">
Div content here</div>
This div box has shadow with color #deca9b
Comments
No comments written yet.
Please login to write comment.