Color Hex Logo

#dcacbd Color Hex

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

Color spaces of #dcacbd

RGB 220172189
HSL0.940.410.77
HSV339°22°86°
CMYK 0.000.220.14   0.14
XYZ53.453048.394854.6680
Yxy48.39480.34150.3092
Hunter Lab69.566415.41362.1040
CIE-Lab75.073320.1556-1.9371

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

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

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

Base Numbers

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

RGB Percentages of Color #dcacbd

%37.87
%29.60
%32.53

CMYK Percentages of Color #dcacbd

%0
%22
%14
%14

Triadic Colors of #dcacbd

#dcacbd #bddcac #acbddc

Analogous Colors of #dcacbd

#dcacbd #dcb3ac #dcacd5

Monochromatic Colors of #dcacbd

#dcacbd

Complementary Color

#dcacbd #acdccb

#dcacbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcacbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcacbd Color CSS Codes

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

#dcacbd Text Font Color

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

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


#dcacbd Background Color

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

This div background color is #dcacbd


#dcacbd Border Color

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

This div border color is #dcacbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcacbd


Comments

No comments written yet.

Please login to write comment.