Color Hex Logo

#dab39a Color Hex

#DAB39A
(218,179,154)
0 Favorites   0 Comments

Color spaces of #dab39a

RGB 218179154
HSL0.070.460.73
HSV23°29°85°
CMYK 0.000.180.29   0.15
XYZ50.866349.478737.4413
Yxy49.47870.36920.3591
Hunter Lab70.34115.983217.6798
CIE-Lab75.748210.478818.0686

#dab39a color RGB value is (218,179,154).

#dab39a hex color red value is 218, green value is 179 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #dab39a hue: 0.07 , saturation: 0.46 and the lightness value of dab39a is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110011 10011010
Octal 332 263 232
Decimal 218 179 154
Hex DA B3 9A

RGB Percentages of Color #dab39a

%39.56
%32.49
%27.95

CMYK Percentages of Color #dab39a

%0
%18
%29
%15

Triadic Colors of #dab39a

#dab39a #9adab3 #b39ada

Analogous Colors of #dab39a

#dab39a #dad39a #da9aa1

Monochromatic Colors of #dab39a

#dab39a

Complementary Color

#dab39a #9ac1da

#dab39a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab39a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab39a Color CSS Codes

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

#dab39a Text Font Color

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

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


#dab39a Background Color

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

This div background color is #dab39a


#dab39a Border Color

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

This div border color is #dab39a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab39a


Comments

No comments written yet.

Please login to write comment.