Color Hex Logo

#daa093 Color Hex

#DAA093
(218,160,147)
0 Favorites   0 Comments

Color spaces of #daa093

RGB 218160147
HSL0.030.490.72
HSV11°33°85°
CMYK 0.000.270.33   0.15
XYZ46.750742.153633.2762
Yxy42.15360.38260.3450
Hunter Lab64.925814.911215.0604
CIE-Lab70.976719.787915.2432

#daa093 color RGB value is (218,160,147).

#daa093 hex color red value is 218, green value is 160 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #daa093 hue: 0.03 , saturation: 0.49 and the lightness value of daa093 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100000 10010011
Octal 332 240 223
Decimal 218 160 147
Hex DA A0 93

RGB Percentages of Color #daa093

%41.52
%30.48
%28.00

CMYK Percentages of Color #daa093

%0
%27
%33
%15

Triadic Colors of #daa093

#daa093 #93daa0 #a093da

Analogous Colors of #daa093

#daa093 #dac493 #da93aa

Monochromatic Colors of #daa093

#daa093

Complementary Color

#daa093 #93cdda

#daa093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa093 Color CSS Codes

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

#daa093 Text Font Color

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

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


#daa093 Background Color

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

This div background color is #daa093


#daa093 Border Color

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

This div border color is #daa093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa093


Comments

No comments written yet.

Please login to write comment.