Color Hex Logo

#dcafa1 Color Hex

#DCAFA1
(220,175,161)
0 Favorites   0 Comments

Color spaces of #dcafa1

RGB 220175161
HSL0.040.460.75
HSV14°27°86°
CMYK 0.000.200.27   0.14
XYZ51.278248.448840.3671
Yxy48.44880.36600.3458
Hunter Lab69.60529.692114.3387
CIE-Lab75.107114.334713.4047

#dcafa1 color RGB value is (220,175,161).

#dcafa1 hex color red value is 220, green value is 175 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #dcafa1 hue: 0.04 , saturation: 0.46 and the lightness value of dcafa1 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101111 10100001
Octal 334 257 241
Decimal 220 175 161
Hex DC AF A1

RGB Percentages of Color #dcafa1

%39.57
%31.47
%28.96

CMYK Percentages of Color #dcafa1

%0
%20
%27
%14

Triadic Colors of #dcafa1

#dcafa1 #a1dcaf #afa1dc

Analogous Colors of #dcafa1

#dcafa1 #dccda1 #dca1b1

Monochromatic Colors of #dcafa1

#dcafa1

Complementary Color

#dcafa1 #a1cedc

#dcafa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcafa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcafa1 Color CSS Codes

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

#dcafa1 Text Font Color

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

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


#dcafa1 Background Color

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

This div background color is #dcafa1


#dcafa1 Border Color

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

This div border color is #dcafa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcafa1


Comments

No comments written yet.

Please login to write comment.