Color Hex Logo

#dcafaa Color Hex

#DCAFAA
(220,175,170)
0 Favorites   0 Comments

Color spaces of #dcafaa

RGB 220175170
HSL0.020.420.76
HSV23°86°
CMYK 0.000.200.23   0.14
XYZ52.100948.777944.6993
Yxy48.77790.35790.3351
Hunter Lab69.841210.937410.9424
CIE-Lab75.312915.61288.7934

#dcafaa color RGB value is (220,175,170).

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

The process color (four color CMYK) of #dcafaa color hex is 0.00, 0.20, 0.23, 0.14. Web safe color of #dcafaa is #cc9999. Color #dcafaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 10101010
Octal 334 257 252
Decimal 220 175 170
Hex DC AF AA

RGB Percentages of Color #dcafaa

%38.94
%30.97
%30.09

CMYK Percentages of Color #dcafaa

%0
%20
%23
%14

Triadic Colors of #dcafaa

#dcafaa #aadcaf #afaadc

Analogous Colors of #dcafaa

#dcafaa #dcc8aa #dcaabe

Monochromatic Colors of #dcafaa

#dcafaa

Complementary Color

#dcafaa #aad7dc

#dcafaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcafaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcafaa Color CSS Codes

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

#dcafaa Text Font Color

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

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


#dcafaa Background Color

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

This div background color is #dcafaa


#dcafaa Border Color

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

This div border color is #dcafaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcafaa


Comments

No comments written yet.

Please login to write comment.