Color Hex Logo

#dabb86 Color Hex

#DABB86
(218,187,134)
0 Favorites   0 Comments

Color spaces of #dabb86

RGB 218187134
HSL0.110.530.69
HSV38°39°85°
CMYK 0.000.140.39   0.15
XYZ50.986852.167329.9363
Yxy52.16730.38310.3920
Hunter Lab72.2269-0.389525.9846
CIE-Lab77.38083.762030.9516

#dabb86 color RGB value is (218,187,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111011 10000110
Octal 332 273 206
Decimal 218 187 134
Hex DA BB 86

RGB Percentages of Color #dabb86

%40.45
%34.69
%24.86

CMYK Percentages of Color #dabb86

%0
%14
%39
%15

Triadic Colors of #dabb86

#dabb86 #86dabb #bb86da

Analogous Colors of #dabb86

#dabb86 #cfda86 #da9186

Monochromatic Colors of #dabb86

#dabb86

Complementary Color

#dabb86 #86a5da

#dabb86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabb86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabb86 Color CSS Codes

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

#dabb86 Text Font Color

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

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


#dabb86 Background Color

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

This div background color is #dabb86


#dabb86 Border Color

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

This div border color is #dabb86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabb86


Comments

No comments written yet.

Please login to write comment.