Color spaces of #decfb9
RGB | 222 | 207 | 185 |
---|---|---|---|
HSL | 0.10 | 0.36 | 0.80 |
HSV | 36° | 17° | 87° |
CMYK | 0.00 | 0.07 | 0.17 0.13 |
XYZ | 61.1940 | 63.6580 | 54.9609 |
Yxy | 63.6580 | 0.3403 | 0.3540 |
Hunter Lab | 79.7860 | -2.7200 | 15.0080 |
CIE-Lab | 83.7874 | 1.6265 | 12.8039 |
#decfb9 color RGB value is (222,207,185).
#decfb9 hex color red value is 222, green value is 207 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #decfb9 hue: 0.10 , saturation: 0.36 and the lightness value of decfb9 is 0.80.
The process color (four color CMYK) of #decfb9 color hex is 0.00, 0.07, 0.17, 0.13. Web safe color of #decfb9 is #cccccc. Color #decfb9 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 11001111 | 10111001 |
Octal | 336 | 317 | 271 |
Decimal | 222 | 207 | 185 |
Hex | DE | CF | B9 |
Shades of #decfb9
Tints of #decfb9
RGB Percentages of Color #decfb9
CMYK Percentages of Color #decfb9
Complementary Color
#decfb9 | #b9c8de |
#decfb9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#decfb9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#decfb9 Color CSS Codes
.mybgcolor {background-color:#decfb9; } .myforecolor {color:#decfb9; } .mybordercolor {border:3px solid #decfb9; }
#decfb9 Text Font Color
<p style="color:#decfb9">Text here</p>
This sample text font color is #decfb9
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.
#decfb9 Background Color
<div style="background-color:#decfb9">
Div content here</div>
This div background color is #decfb9
#decfb9 Border Color
<div style="border:3px solid #decfb9">
Div here</div>
This div border color is #decfb9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,207,185, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #decfb9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #decfb9; -webkit-box-shadow: 1px 1px 3px 2px #decfb9; box-shadow: 1px 1px 3px 2px #decfb9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,207,185, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #decfb9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #decfb9; -webkit-box-shadow: 1px 1px 3px 2px #decfb9; box-shadow: 1px 1px 3px 2px #decfb9;">
Div content here</div>
This div box has shadow with color #decfb9
#decfb9 Color Palettes
Comments
No comments written yet.
Please login to write comment.