Color Hex Logo

#dcbdb4 Color Hex

#DCBDB4
(220,189,180)
0 Favorites   0 Comments

Color spaces of #dcbdb4

RGB 220189180
HSL0.040.360.78
HSV14°18°86°
CMYK 0.000.140.18   0.14
XYZ55.951054.906150.8290
Yxy54.90610.34600.3396
Hunter Lab74.09875.110611.1983
CIE-Lab78.98719.61688.6226

#dcbdb4 color RGB value is (220,189,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111101 10110100
Octal 334 275 264
Decimal 220 189 180
Hex DC BD B4

RGB Percentages of Color #dcbdb4

%37.35
%32.09
%30.56

CMYK Percentages of Color #dcbdb4

%0
%14
%18
%14

Triadic Colors of #dcbdb4

#dcbdb4 #b4dcbd #bdb4dc

Analogous Colors of #dcbdb4

#dcbdb4 #dcd1b4 #dcb4bf

Monochromatic Colors of #dcbdb4

#dcbdb4

Complementary Color

#dcbdb4 #b4d3dc

#dcbdb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbdb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbdb4 Color CSS Codes

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

#dcbdb4 Text Font Color

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

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


#dcbdb4 Background Color

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

This div background color is #dcbdb4


#dcbdb4 Border Color

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

This div border color is #dcbdb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbdb4


Comments

No comments written yet.

Please login to write comment.