Color Hex Logo

#daa08a Color Hex

#DAA08A
(218,160,138)
0 Favorites   0 Comments

Color spaces of #daa08a

RGB 218160138
HSL0.050.520.70
HSV17°37°85°
CMYK 0.000.270.37   0.15
XYZ46.071741.882029.7006
Yxy41.88200.39160.3560
Hunter Lab64.716313.821118.0911
CIE-Lab70.789518.674619.9296

#daa08a color RGB value is (218,160,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100000 10001010
Octal 332 240 212
Decimal 218 160 138
Hex DA A0 8A

RGB Percentages of Color #daa08a

%42.25
%31.01
%26.74

CMYK Percentages of Color #daa08a

%0
%27
%37
%15

Triadic Colors of #daa08a

#daa08a #8adaa0 #a08ada

Analogous Colors of #daa08a

#daa08a #dac88a #da8a9c

Monochromatic Colors of #daa08a

#daa08a

Complementary Color

#daa08a #8ac4da

#daa08a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa08a Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa08a Color CSS Codes

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

#daa08a Text Font Color

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

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


#daa08a Background Color

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

This div background color is #daa08a


#daa08a Border Color

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

This div border color is #daa08a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa08a


Comments

No comments written yet.

Please login to write comment.