Color spaces of #dccabe
RGB | 220 | 202 | 190 |
---|---|---|---|
HSL | 0.07 | 0.30 | 0.80 |
HSV | 24° | 14° | 86° |
CMYK | 0.00 | 0.08 | 0.14 0.14 |
XYZ | 59.9300 | 61.1744 | 57.3644 |
Yxy | 61.1744 | 0.3358 | 0.3428 |
Hunter Lab | 78.2141 | -0.1025 | 11.2649 |
CIE-Lab | 82.4724 | 4.3011 | 8.2484 |
#dccabe color RGB value is (220,202,190).
#dccabe hex color red value is 220, green value is 202 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dccabe hue: 0.07 , saturation: 0.30 and the lightness value of dccabe is 0.80.
The process color (four color CMYK) of #dccabe color hex is 0.00, 0.08, 0.14, 0.14. Web safe color of #dccabe is #cccccc. Color #dccabe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11001010 | 10111110 |
Octal | 334 | 312 | 276 |
Decimal | 220 | 202 | 190 |
Hex | DC | CA | BE |
Shades of #dccabe
Tints of #dccabe
RGB Percentages of Color #dccabe
CMYK Percentages of Color #dccabe
Complementary Color
#dccabe | #bed0dc |
#dccabe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dccabe Color Preview on White Background
Lorem ipsum dolor sit amet.
#dccabe Color CSS Codes
.mybgcolor {background-color:#dccabe; } .myforecolor {color:#dccabe; } .mybordercolor {border:3px solid #dccabe; }
#dccabe Text Font Color
<p style="color:#dccabe">Text here</p>
This sample text font color is #dccabe
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.
#dccabe Background Color
<div style="background-color:#dccabe">
Div content here</div>
This div background color is #dccabe
#dccabe Border Color
<div style="border:3px solid #dccabe">
Div here</div>
This div border color is #dccabe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,202,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dccabe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dccabe; -webkit-box-shadow: 1px 1px 3px 2px #dccabe; box-shadow: 1px 1px 3px 2px #dccabe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,202,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dccabe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dccabe; -webkit-box-shadow: 1px 1px 3px 2px #dccabe; box-shadow: 1px 1px 3px 2px #dccabe;">
Div content here</div>
This div box has shadow with color #dccabe
Comments
No comments written yet.
Please login to write comment.