Color Hex Logo

#daa09a Color Hex

#DAA09A
(218,160,154)
0 Favorites   0 Comments

Color spaces of #daa09a

RGB 218160154
HSL0.020.460.73
HSV29°85°
CMYK 0.000.270.29   0.15
XYZ47.317042.380136.2582
Yxy42.38010.37570.3365
Hunter Lab65.100015.815212.5477
CIE-Lab71.132220.704811.6017

#daa09a color RGB value is (218,160,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100000 10011010
Octal 332 240 232
Decimal 218 160 154
Hex DA A0 9A

RGB Percentages of Color #daa09a

%40.98
%30.08
%28.95

CMYK Percentages of Color #daa09a

%0
%27
%29
%15

Triadic Colors of #daa09a

#daa09a #9adaa0 #a09ada

Analogous Colors of #daa09a

#daa09a #dac09a #da9ab4

Monochromatic Colors of #daa09a

#daa09a

Complementary Color

#daa09a #9ad4da

#daa09a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa09a Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa09a Color CSS Codes

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

#daa09a Text Font Color

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

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


#daa09a Background Color

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

This div background color is #daa09a


#daa09a Border Color

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

This div border color is #daa09a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa09a


Comments

No comments written yet.

Please login to write comment.