Color Hex Logo

#dab08a Color Hex

#DAB08A
(218,176,138)
0 Favorites   0 Comments

Color spaces of #dab08a

RGB 218176138
HSL0.080.520.70
HSV29°37°85°
CMYK 0.000.190.37   0.15
XYZ49.026247.791130.6854
Yxy47.79110.38450.3748
Hunter Lab69.13115.608722.0746
CIE-Lab74.693010.071725.2417

#dab08a color RGB value is (218,176,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110000 10001010
Octal 332 260 212
Decimal 218 176 138
Hex DA B0 8A

RGB Percentages of Color #dab08a

%40.98
%33.08
%25.94

CMYK Percentages of Color #dab08a

%0
%19
%37
%15

Triadic Colors of #dab08a

#dab08a #8adab0 #b08ada

Analogous Colors of #dab08a

#dab08a #dad88a #da8a8c

Monochromatic Colors of #dab08a

#dab08a

Complementary Color

#dab08a #8ab4da

#dab08a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab08a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab08a Color CSS Codes

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

#dab08a Text Font Color

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

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


#dab08a Background Color

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

This div background color is #dab08a


#dab08a Border Color

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

This div border color is #dab08a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab08a


Comments

No comments written yet.

Please login to write comment.