Color Hex Logo

#dcbdac Color Hex

#DCBDAC
(220,189,172)
0 Favorites   0 Comments

Color spaces of #dcbdac

RGB 220189172
HSL0.060.410.77
HSV21°22°86°
CMYK 0.000.140.22   0.14
XYZ55.159254.589446.6593
Yxy54.58940.35270.3490
Hunter Lab73.88463.962614.2767
CIE-Lab78.80428.419412.6712

#dcbdac color RGB value is (220,189,172).

#dcbdac hex color red value is 220, green value is 189 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #dcbdac hue: 0.06 , saturation: 0.41 and the lightness value of dcbdac is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111101 10101100
Octal 334 275 254
Decimal 220 189 172
Hex DC BD AC

RGB Percentages of Color #dcbdac

%37.87
%32.53
%29.60

CMYK Percentages of Color #dcbdac

%0
%14
%22
%14

Triadic Colors of #dcbdac

#dcbdac #acdcbd #bdacdc

Analogous Colors of #dcbdac

#dcbdac #dcd5ac #dcacb3

Monochromatic Colors of #dcbdac

#dcbdac

Complementary Color

#dcbdac #accbdc

#dcbdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbdac Color CSS Codes

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

#dcbdac Text Font Color

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

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


#dcbdac Background Color

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

This div background color is #dcbdac


#dcbdac Border Color

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

This div border color is #dcbdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbdac

#dcbdac Color Palettes


Comments

No comments written yet.

Please login to write comment.