Color Hex Logo

#dab686 Color Hex

#DAB686
(218,182,134)
0 Favorites   0 Comments

Color spaces of #dab686

RGB 218182134
HSL0.100.530.69
HSV34°39°85°
CMYK 0.000.170.39   0.15
XYZ49.944550.082629.5888
Yxy50.08260.38530.3864
Hunter Lab70.76912.128624.7490
CIE-Lab76.11996.409229.2829

#dab686 color RGB value is (218,182,134).

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

The process color (four color CMYK) of #dab686 color hex is 0.00, 0.17, 0.39, 0.15. Web safe color of #dab686 is #cccc99. Color #dab686 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110110 10000110
Octal 332 266 206
Decimal 218 182 134
Hex DA B6 86

RGB Percentages of Color #dab686

%40.82
%34.08
%25.09

CMYK Percentages of Color #dab686

%0
%17
%39
%15

Triadic Colors of #dab686

#dab686 #86dab6 #b686da

Analogous Colors of #dab686

#dab686 #d4da86 #da8c86

Monochromatic Colors of #dab686

#dab686

Complementary Color

#dab686 #86aada

#dab686 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab686 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab686 Color CSS Codes

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

#dab686 Text Font Color

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

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


#dab686 Background Color

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

This div background color is #dab686


#dab686 Border Color

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

This div border color is #dab686


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab686


Comments

No comments written yet.

Please login to write comment.