Color Hex Logo

#dcacbc Color Hex

#DCACBC
(220,172,188)
0 Favorites   0 Comments

Color spaces of #dcacbc

RGB 220172188
HSL0.940.410.77
HSV340°22°86°
CMYK 0.000.220.15   0.14
XYZ53.344848.351554.0982
Yxy48.35150.34240.3104
Hunter Lab69.535215.25182.5472
CIE-Lab75.046119.9940-1.4297

#dcacbc color RGB value is (220,172,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101100 10111100
Octal 334 254 274
Decimal 220 172 188
Hex DC AC BC

RGB Percentages of Color #dcacbc

%37.93
%29.66
%32.41

CMYK Percentages of Color #dcacbc

%0
%22
%15
%14

Triadic Colors of #dcacbc

#dcacbc #bcdcac #acbcdc

Analogous Colors of #dcacbc

#dcacbc #dcb4ac #dcacd4

Monochromatic Colors of #dcacbc

#dcacbc

Complementary Color

#dcacbc #acdccc

#dcacbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcacbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcacbc Color CSS Codes

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

#dcacbc Text Font Color

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

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


#dcacbc Background Color

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

This div background color is #dcacbc


#dcacbc Border Color

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

This div border color is #dcacbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcacbc


Comments

No comments written yet.

Please login to write comment.