Color Hex Logo

#daba86 Color Hex

#DABA86
(218,186,134)
0 Favorites   0 Comments

Color spaces of #daba86

RGB 218186134
HSL0.100.530.69
HSV37°39°85°
CMYK 0.000.150.39   0.15
XYZ50.775451.744529.8658
Yxy51.74450.38350.3909
Hunter Lab71.93360.112925.7372
CIE-Lab77.12784.290130.6177

#daba86 color RGB value is (218,186,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 10000110
Octal 332 272 206
Decimal 218 186 134
Hex DA BA 86

RGB Percentages of Color #daba86

%40.52
%34.57
%24.91

CMYK Percentages of Color #daba86

%0
%15
%39
%15

Triadic Colors of #daba86

#daba86 #86daba #ba86da

Analogous Colors of #daba86

#daba86 #d0da86 #da9086

Monochromatic Colors of #daba86

#daba86

Complementary Color

#daba86 #86a6da

#daba86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daba86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daba86 Color CSS Codes

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

#daba86 Text Font Color

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

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


#daba86 Background Color

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

This div background color is #daba86


#daba86 Border Color

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

This div border color is #daba86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daba86


Comments

No comments written yet.

Please login to write comment.