Color Hex Logo

#dcbdb5 Color Hex

#DCBDB5
(220,189,181)
0 Favorites   0 Comments

Color spaces of #dcbdb5

RGB 220189181
HSL0.030.360.79
HSV12°18°86°
CMYK 0.000.140.18   0.14
XYZ56.053354.947051.3676
Yxy54.94700.34520.3384
Hunter Lab74.12625.258410.8019
CIE-Lab79.01079.77048.1172

#dcbdb5 color RGB value is (220,189,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111101 10110101
Octal 334 275 265
Decimal 220 189 181
Hex DC BD B5

RGB Percentages of Color #dcbdb5

%37.29
%32.03
%30.68

CMYK Percentages of Color #dcbdb5

%0
%14
%18
%14

Triadic Colors of #dcbdb5

#dcbdb5 #b5dcbd #bdb5dc

Analogous Colors of #dcbdb5

#dcbdb5 #dcd1b5 #dcb5c1

Monochromatic Colors of #dcbdb5

#dcbdb5

Complementary Color

#dcbdb5 #b5d4dc

#dcbdb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbdb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbdb5 Color CSS Codes

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

#dcbdb5 Text Font Color

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

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


#dcbdb5 Background Color

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

This div background color is #dcbdb5


#dcbdb5 Border Color

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

This div border color is #dcbdb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbdb5


Comments

No comments written yet.

Please login to write comment.