Color Hex Logo

#dab989 Color Hex

#DAB989
(218,185,137)
0 Favorites   0 Comments

Color spaces of #dab989

RGB 218185137
HSL0.100.520.70
HSV36°37°85°
CMYK 0.000.150.37   0.15
XYZ50.777851.409530.9137
Yxy51.40950.38150.3862
Hunter Lab71.70040.936924.6274
CIE-Lab76.92645.164728.7680

#dab989 color RGB value is (218,185,137).

#dab989 hex color red value is 218, green value is 185 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #dab989 hue: 0.10 , saturation: 0.52 and the lightness value of dab989 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111001 10001001
Octal 332 271 211
Decimal 218 185 137
Hex DA B9 89

RGB Percentages of Color #dab989

%40.37
%34.26
%25.37

CMYK Percentages of Color #dab989

%0
%15
%37
%15

Triadic Colors of #dab989

#dab989 #89dab9 #b989da

Analogous Colors of #dab989

#dab989 #d3da89 #da9189

Monochromatic Colors of #dab989

#dab989

Complementary Color

#dab989 #89aada

#dab989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab989 Color CSS Codes

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

#dab989 Text Font Color

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

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


#dab989 Background Color

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

This div background color is #dab989


#dab989 Border Color

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

This div border color is #dab989


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,185,137, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab989


Comments

No comments written yet.

Please login to write comment.