Color spaces of #dcbdbf
RGB | 220 | 189 | 191 |
---|---|---|---|
HSL | 0.99 | 0.31 | 0.80 |
HSV | 356° | 14° | 86° |
CMYK | 0.00 | 0.14 | 0.13 0.14 |
XYZ | 57.1168 | 55.3724 | 56.9678 |
Yxy | 55.3724 | 0.3371 | 0.3268 |
Hunter Lab | 74.4126 | 6.7889 | 6.6984 |
CIE-Lab | 79.2553 | 11.3515 | 3.0748 |
#dcbdbf color RGB value is (220,189,191).
#dcbdbf hex color red value is 220, green value is 189 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dcbdbf hue: 0.99 , saturation: 0.31 and the lightness value of dcbdbf is 0.80.
The process color (four color CMYK) of #dcbdbf color hex is 0.00, 0.14, 0.13, 0.14. Web safe color of #dcbdbf is #cccccc. Color #dcbdbf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 10111101 | 10111111 |
Octal | 334 | 275 | 277 |
Decimal | 220 | 189 | 191 |
Hex | DC | BD | BF |
Shades of #dcbdbf
Tints of #dcbdbf
RGB Percentages of Color #dcbdbf
CMYK Percentages of Color #dcbdbf
Complementary Color
#dcbdbf | #bddcda |
#dcbdbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcbdbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcbdbf Color CSS Codes
.mybgcolor {background-color:#dcbdbf; } .myforecolor {color:#dcbdbf; } .mybordercolor {border:3px solid #dcbdbf; }
#dcbdbf Text Font Color
<p style="color:#dcbdbf">Text here</p>
This sample text font color is #dcbdbf
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.
#dcbdbf Background Color
<div style="background-color:#dcbdbf">
Div content here</div>
This div background color is #dcbdbf
#dcbdbf Border Color
<div style="border:3px solid #dcbdbf">
Div here</div>
This div border color is #dcbdbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,189,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcbdbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcbdbf; -webkit-box-shadow: 1px 1px 3px 2px #dcbdbf; box-shadow: 1px 1px 3px 2px #dcbdbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,189,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcbdbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcbdbf; -webkit-box-shadow: 1px 1px 3px 2px #dcbdbf; box-shadow: 1px 1px 3px 2px #dcbdbf;">
Div content here</div>
This div box has shadow with color #dcbdbf
Comments
No comments written yet.
Please login to write comment.