Color Hex Logo

#dcbbac Color Hex

#DCBBAC
(220,187,172)
0 Favorites   0 Comments

Color spaces of #dcbbac

RGB 220187172
HSL0.050.410.77
HSV19°22°86°
CMYK 0.000.150.22   0.14
XYZ54.731953.734846.5169
Yxy53.73480.35310.3467
Hunter Lab73.30404.993613.6889
CIE-Lab78.30689.483311.9673

#dcbbac color RGB value is (220,187,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 10101100
Octal 334 273 254
Decimal 220 187 172
Hex DC BB AC

RGB Percentages of Color #dcbbac

%38.00
%32.30
%29.71

CMYK Percentages of Color #dcbbac

%0
%15
%22
%14

Triadic Colors of #dcbbac

#dcbbac #acdcbb #bbacdc

Analogous Colors of #dcbbac

#dcbbac #dcd3ac #dcacb5

Monochromatic Colors of #dcbbac

#dcbbac

Complementary Color

#dcbbac #accddc

#dcbbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbbac Color CSS Codes

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

#dcbbac Text Font Color

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

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


#dcbbac Background Color

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

This div background color is #dcbbac


#dcbbac Border Color

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

This div border color is #dcbbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbbac

#dcbbac Color Palettes


Comments

No comments written yet.

Please login to write comment.