Color Hex Logo

#dcbac9 Color Hex

#DCBAC9
(220,186,201)
0 Favorites   0 Comments

Color spaces of #dcbac9

RGB 220186201
HSL0.930.330.80
HSV334°15°86°
CMYK 0.000.150.09   0.14
XYZ57.616754.550562.7509
Yxy54.55050.32940.3119
Hunter Lab73.85839.99541.3273
CIE-Lab78.781614.6204-3.0204

#dcbac9 color RGB value is (220,186,201).

#dcbac9 hex color red value is 220, green value is 186 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #dcbac9 hue: 0.93 , saturation: 0.33 and the lightness value of dcbac9 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111010 11001001
Octal 334 272 311
Decimal 220 186 201
Hex DC BA C9

RGB Percentages of Color #dcbac9

%36.24
%30.64
%33.11

CMYK Percentages of Color #dcbac9

%0
%15
%9
%14

Triadic Colors of #dcbac9

#dcbac9 #c9dcba #bac9dc

Analogous Colors of #dcbac9

#dcbac9 #dcbcba #dcbada

Monochromatic Colors of #dcbac9

#dcbac9

Complementary Color

#dcbac9 #badccd

#dcbac9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbac9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbac9 Color CSS Codes

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

#dcbac9 Text Font Color

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

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


#dcbac9 Background Color

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

This div background color is #dcbac9


#dcbac9 Border Color

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

This div border color is #dcbac9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbac9


Comments

No comments written yet.

Please login to write comment.