Color spaces of #dec09b
RGB | 222 | 192 | 155 |
---|---|---|---|
HSL | 0.09 | 0.50 | 0.74 |
HSV | 33° | 30° | 87° |
CMYK | 0.00 | 0.14 | 0.30 0.13 |
XYZ | 54.8902 | 55.5954 | 38.8483 |
Yxy | 55.5954 | 0.3676 | 0.3723 |
Hunter Lab | 74.5623 | 0.9215 | 21.3025 |
CIE-Lab | 79.3830 | 5.2454 | 22.6019 |
#dec09b color RGB value is (222,192,155).
#dec09b hex color red value is 222, green value is 192 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #dec09b hue: 0.09 , saturation: 0.50 and the lightness value of dec09b is 0.74.
The process color (four color CMYK) of #dec09b color hex is 0.00, 0.14, 0.30, 0.13. Web safe color of #dec09b is #cccc99. Color #dec09b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11000000 | 10011011 |
Octal | 336 | 300 | 233 |
Decimal | 222 | 192 | 155 |
Hex | DE | C0 | 9B |
Shades of #dec09b
Tints of #dec09b
RGB Percentages of Color #dec09b
CMYK Percentages of Color #dec09b
Complementary Color
#dec09b | #9bb9de |
#dec09b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dec09b Color Preview on White Background
Lorem ipsum dolor sit amet.
#dec09b Color CSS Codes
.mybgcolor {background-color:#dec09b; } .myforecolor {color:#dec09b; } .mybordercolor {border:3px solid #dec09b; }
#dec09b Text Font Color
<p style="color:#dec09b">Text here</p>
This sample text font color is #dec09b
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.
#dec09b Background Color
<div style="background-color:#dec09b">
Div content here</div>
This div background color is #dec09b
#dec09b Border Color
<div style="border:3px solid #dec09b">
Div here</div>
This div border color is #dec09b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,192,155, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dec09b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dec09b; -webkit-box-shadow: 1px 1px 3px 2px #dec09b; box-shadow: 1px 1px 3px 2px #dec09b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,192,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 #dec09b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dec09b; -webkit-box-shadow: 1px 1px 3px 2px #dec09b; box-shadow: 1px 1px 3px 2px #dec09b;">
Div content here</div>
This div box has shadow with color #dec09b
Comments
No comments written yet.
Please login to write comment.