Color Hex Logo

#dcab86 Color Hex

#DCAB86
(220,171,134)
0 Favorites   0 Comments

Color spaces of #dcab86

RGB 220171134
HSL0.070.550.69
HSV26°39°86°
CMYK 0.000.220.39   0.14
XYZ48.381246.062728.8953
Yxy46.06270.39230.3735
Hunter Lab67.86958.473222.2661
CIE-Lab73.586213.076125.9345

#dcab86 color RGB value is (220,171,134).

#dcab86 hex color red value is 220, green value is 171 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #dcab86 hue: 0.07 , saturation: 0.55 and the lightness value of dcab86 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101011 10000110
Octal 334 253 206
Decimal 220 171 134
Hex DC AB 86

RGB Percentages of Color #dcab86

%41.90
%32.57
%25.52

CMYK Percentages of Color #dcab86

%0
%22
%39
%14

Triadic Colors of #dcab86

#dcab86 #86dcab #ab86dc

Analogous Colors of #dcab86

#dcab86 #dcd686 #dc868c

Monochromatic Colors of #dcab86

#dcab86

Complementary Color

#dcab86 #86b7dc

#dcab86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcab86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcab86 Color CSS Codes

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

#dcab86 Text Font Color

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

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


#dcab86 Background Color

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

This div background color is #dcab86


#dcab86 Border Color

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

This div border color is #dcab86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcab86


Comments

No comments written yet.

Please login to write comment.