Color Hex Logo

#dcbdb9 Color Hex

#DCBDB9
(220,189,185)
0 Favorites   0 Comments

Color spaces of #dcbdb9

RGB 220189185
HSL0.020.330.79
HSV16°86°
CMYK 0.000.140.16   0.14
XYZ56.469855.113653.5607
Yxy55.11360.34190.3337
Hunter Lab74.23855.85929.1912
CIE-Lab79.106710.39296.0976

#dcbdb9 color RGB value is (220,189,185).

#dcbdb9 hex color red value is 220, green value is 189 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #dcbdb9 hue: 0.02 , saturation: 0.33 and the lightness value of dcbdb9 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111101 10111001
Octal 334 275 271
Decimal 220 189 185
Hex DC BD B9

RGB Percentages of Color #dcbdb9

%37.04
%31.82
%31.14

CMYK Percentages of Color #dcbdb9

%0
%14
%16
%14

Triadic Colors of #dcbdb9

#dcbdb9 #b9dcbd #bdb9dc

Analogous Colors of #dcbdb9

#dcbdb9 #dccfb9 #dcb9c7

Monochromatic Colors of #dcbdb9

#dcbdb9

Complementary Color

#dcbdb9 #b9d8dc

#dcbdb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbdb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbdb9 Color CSS Codes

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

#dcbdb9 Text Font Color

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

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


#dcbdb9 Background Color

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

This div background color is #dcbdb9


#dcbdb9 Border Color

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

This div border color is #dcbdb9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,189,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 #dcbdb9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbdb9


Comments

No comments written yet.

Please login to write comment.