Color Hex Logo

#dcafa9 Color Hex

#DCAFA9
(220,175,169)
0 Favorites   0 Comments

Color spaces of #dcafa9

RGB 220175169
HSL0.020.420.76
HSV23°86°
CMYK 0.000.200.23   0.14
XYZ52.006648.740244.2029
Yxy48.74020.35880.3363
Hunter Lab69.814210.795011.3304
CIE-Lab75.289415.46729.3051

#dcafa9 color RGB value is (220,175,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 10101001
Octal 334 257 251
Decimal 220 175 169
Hex DC AF A9

RGB Percentages of Color #dcafa9

%39.01
%31.03
%29.96

CMYK Percentages of Color #dcafa9

%0
%20
%23
%14

Triadic Colors of #dcafa9

#dcafa9 #a9dcaf #afa9dc

Analogous Colors of #dcafa9

#dcafa9 #dcc9a9 #dca9bd

Monochromatic Colors of #dcafa9

#dcafa9

Complementary Color

#dcafa9 #a9d6dc

#dcafa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcafa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcafa9 Color CSS Codes

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

#dcafa9 Text Font Color

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

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


#dcafa9 Background Color

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

This div background color is #dcafa9


#dcafa9 Border Color

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

This div border color is #dcafa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcafa9


Comments

No comments written yet.

Please login to write comment.