Color Hex Logo

#dab086 Color Hex

#DAB086
(218,176,134)
0 Favorites   0 Comments

Color spaces of #dab086

RGB 218176134
HSL0.080.530.69
HSV30°39°85°
CMYK 0.000.190.39   0.15
XYZ48.741947.677329.1879
Yxy47.67730.38810.3796
Hunter Lab69.04885.168823.2714
CIE-Lab74.62099.605727.2862

#dab086 color RGB value is (218,176,134).

#dab086 hex color red value is 218, green value is 176 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #dab086 hue: 0.08 , saturation: 0.53 and the lightness value of dab086 is 0.69.

The process color (four color CMYK) of #dab086 color hex is 0.00, 0.19, 0.39, 0.15. Web safe color of #dab086 is #cc9999. Color #dab086 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110000 10000110
Octal 332 260 206
Decimal 218 176 134
Hex DA B0 86

RGB Percentages of Color #dab086

%41.29
%33.33
%25.38

CMYK Percentages of Color #dab086

%0
%19
%39
%15

Triadic Colors of #dab086

#dab086 #86dab0 #b086da

Analogous Colors of #dab086

#dab086 #dada86 #da8686

Monochromatic Colors of #dab086

#dab086

Complementary Color

#dab086 #86b0da

#dab086 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab086 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab086 Color CSS Codes

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

#dab086 Text Font Color

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

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


#dab086 Background Color

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

This div background color is #dab086


#dab086 Border Color

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

This div border color is #dab086


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,176,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 #dab086">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab086


Comments

No comments written yet.

Please login to write comment.