Color Hex Logo

#dcab80 Color Hex

#DCAB80
(220,171,128)
0 Favorites   0 Comments

Color spaces of #dcab80

RGB 220171128
HSL0.080.570.68
HSV28°42°86°
CMYK 0.000.220.42   0.14
XYZ47.974445.900026.7531
Yxy45.90000.39770.3805
Hunter Lab67.74957.836724.0121
CIE-Lab73.480612.409229.0105

#dcab80 color RGB value is (220,171,128).

#dcab80 hex color red value is 220, green value is 171 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #dcab80 hue: 0.08 , saturation: 0.57 and the lightness value of dcab80 is 0.68.

The process color (four color CMYK) of #dcab80 color hex is 0.00, 0.22, 0.42, 0.14. Web safe color of #dcab80 is #cc9999. Color #dcab80 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101011 10000000
Octal 334 253 200
Decimal 220 171 128
Hex DC AB 80

RGB Percentages of Color #dcab80

%42.39
%32.95
%24.66

CMYK Percentages of Color #dcab80

%0
%22
%42
%14

Triadic Colors of #dcab80

#dcab80 #80dcab #ab80dc

Analogous Colors of #dcab80

#dcab80 #dcd980 #dc8083

Monochromatic Colors of #dcab80

#dcab80

Complementary Color

#dcab80 #80b1dc

#dcab80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcab80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcab80 Color CSS Codes

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

#dcab80 Text Font Color

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

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


#dcab80 Background Color

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

This div background color is #dcab80


#dcab80 Border Color

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

This div border color is #dcab80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcab80


Comments

No comments written yet.

Please login to write comment.