Color Hex Logo

#dcbdbd Color Hex

#DCBDBD
(220,189,189)
0 Favorites   0 Comments

Color spaces of #dcbdbd

RGB 220189189
HSL0.000.310.80
HSV14°86°
CMYK 0.000.140.14   0.14
XYZ56.898155.285055.8163
Yxy55.28500.33870.3291
Hunter Lab74.35396.47497.5396
CIE-Lab79.205111.02844.0816

#dcbdbd color RGB value is (220,189,189).

#dcbdbd hex color red value is 220, green value is 189 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dcbdbd hue: 0.00 , saturation: 0.31 and the lightness value of dcbdbd is 0.80.

The process color (four color CMYK) of #dcbdbd color hex is 0.00, 0.14, 0.14, 0.14. Web safe color of #dcbdbd is #cccccc. Color #dcbdbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111101 10111101
Octal 334 275 275
Decimal 220 189 189
Hex DC BD BD

RGB Percentages of Color #dcbdbd

%36.79
%31.61
%31.61

CMYK Percentages of Color #dcbdbd

%0
%14
%14
%14

Triadic Colors of #dcbdbd

#dcbdbd #bddcbd #bdbddc

Analogous Colors of #dcbdbd

#dcbdbd #dccdbd #dcbdcd

Monochromatic Colors of #dcbdbd

#dcbdbd

Complementary Color

#dcbdbd #bddcdc

#dcbdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbdbd Color CSS Codes

.mybgcolor {background-color:#dcbdbd; } 
.myforecolor {color:#dcbdbd; }
.mybordercolor {border:3px solid #dcbdbd; }

#dcbdbd Text Font Color

<p style="color:#dcbdbd">Text here</p>

This sample text font color is #dcbdbd
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.


#dcbdbd Background Color

<div style="background-color:#dcbdbd">
Div content here</div>

This div background color is #dcbdbd


#dcbdbd Border Color

<div style="border:3px solid #dcbdbd">
Div here</div>

This div border color is #dcbdbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,189,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dcbdbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dcbdbd;
  -webkit-box-shadow: 1px 1px 3px 2px #dcbdbd;
  box-shadow:         1px 1px 3px 2px #dcbdbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,189,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dcbdbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dcbdbd;
  -webkit-box-shadow: 1px 1px 3px 2px #dcbdbd;
  box-shadow:         1px 1px 3px 2px #dcbdbd;">
Div content here</div>

This div box has shadow with color #dcbdbd


Comments

No comments written yet.

Please login to write comment.