Color Hex Logo

#dcbacc Color Hex

#DCBACC
(220,186,204)
0 Favorites   0 Comments

Color spaces of #dcbacc

RGB 220186204
HSL0.910.330.80
HSV328°15°86°
CMYK 0.000.150.07   0.14
XYZ57.973254.693164.6280
Yxy54.69310.32700.3085
Hunter Lab73.954810.5054-0.0443
CIE-Lab78.864215.1357-4.5214

#dcbacc color RGB value is (220,186,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111010 11001100
Octal 334 272 314
Decimal 220 186 204
Hex DC BA CC

RGB Percentages of Color #dcbacc

%36.07
%30.49
%33.44

CMYK Percentages of Color #dcbacc

%0
%15
%7
%14

Triadic Colors of #dcbacc

#dcbacc #ccdcba #baccdc

Analogous Colors of #dcbacc

#dcbacc #dcbabb #dbbadc

Monochromatic Colors of #dcbacc

#dcbacc

Complementary Color

#dcbacc #badcca

#dcbacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbacc Color CSS Codes

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

#dcbacc Text Font Color

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

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


#dcbacc Background Color

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

This div background color is #dcbacc


#dcbacc Border Color

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

This div border color is #dcbacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbacc

#dcbacc Color Palettes


Comments

No comments written yet.

Please login to write comment.