Color Hex Logo

#dcaace Color Hex

#DCAACE
(220,170,206)
0 Favorites   0 Comments

Color spaces of #dcaace

RGB 220170206
HSL0.880.420.76
HSV317°23°86°
CMYK 0.000.230.06   0.14
XYZ55.030548.421364.8383
Yxy48.42130.32700.2877
Hunter Lab69.585419.3894-6.5354
CIE-Lab75.089924.1046-11.2109

#dcaace color RGB value is (220,170,206).

#dcaace hex color red value is 220, green value is 170 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dcaace hue: 0.88 , saturation: 0.42 and the lightness value of dcaace is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101010 11001110
Octal 334 252 316
Decimal 220 170 206
Hex DC AA CE

RGB Percentages of Color #dcaace

%36.91
%28.52
%34.56

CMYK Percentages of Color #dcaace

%0
%23
%6
%14

Triadic Colors of #dcaace

#dcaace #cedcaa #aacedc

Analogous Colors of #dcaace

#dcaace #dcaab5 #d1aadc

Monochromatic Colors of #dcaace

#dcaace

Complementary Color

#dcaace #aadcb8

#dcaace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcaace Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcaace Color CSS Codes

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

#dcaace Text Font Color

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

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


#dcaace Background Color

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

This div background color is #dcaace


#dcaace Border Color

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

This div border color is #dcaace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcaace


Comments

No comments written yet.

Please login to write comment.