Color Hex Logo

#dab38a Color Hex

#DAB38A
(218,179,138)
0 Favorites   0 Comments

Color spaces of #dab38a

RGB 218179138
HSL0.090.520.70
HSV31°37°85°
CMYK 0.000.180.37   0.15
XYZ49.621048.980630.8836
Yxy48.98060.38320.3783
Hunter Lab69.98614.082922.8267
CIE-Lab75.43938.470226.2467

#dab38a color RGB value is (218,179,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110011 10001010
Octal 332 263 212
Decimal 218 179 138
Hex DA B3 8A

RGB Percentages of Color #dab38a

%40.75
%33.46
%25.79

CMYK Percentages of Color #dab38a

%0
%18
%37
%15

Triadic Colors of #dab38a

#dab38a #8adab3 #b38ada

Analogous Colors of #dab38a

#dab38a #d9da8a #da8b8a

Monochromatic Colors of #dab38a

#dab38a

Complementary Color

#dab38a #8ab1da

#dab38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab38a Color CSS Codes

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

#dab38a Text Font Color

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

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


#dab38a Background Color

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

This div background color is #dab38a


#dab38a Border Color

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

This div border color is #dab38a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab38a


Comments

No comments written yet.

Please login to write comment.