Color Hex Logo

#daa07e Color Hex

#DAA07E
(218,160,126)
0 Favorites   0 Comments

Color spaces of #daa07e

RGB 218160126
HSL0.060.550.67
HSV22°42°85°
CMYK 0.000.270.42   0.15
XYZ45.250141.553425.3743
Yxy41.55340.40340.3704
Hunter Lab64.461912.492621.7849
CIE-Lab70.561917.306826.1683

#daa07e color RGB value is (218,160,126).

#daa07e hex color red value is 218, green value is 160 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #daa07e hue: 0.06 , saturation: 0.55 and the lightness value of daa07e is 0.67.

The process color (four color CMYK) of #daa07e color hex is 0.00, 0.27, 0.42, 0.15. Web safe color of #daa07e is #cc9966. Color #daa07e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100000 01111110
Octal 332 240 176
Decimal 218 160 126
Hex DA A0 7E

RGB Percentages of Color #daa07e

%43.25
%31.75
%25.00

CMYK Percentages of Color #daa07e

%0
%27
%42
%15

Triadic Colors of #daa07e

#daa07e #7edaa0 #a07eda

Analogous Colors of #daa07e

#daa07e #dace7e #da7e8a

Monochromatic Colors of #daa07e

#daa07e

Complementary Color

#daa07e #7eb8da

#daa07e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa07e Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa07e Color CSS Codes

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

#daa07e Text Font Color

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

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


#daa07e Background Color

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

This div background color is #daa07e


#daa07e Border Color

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

This div border color is #daa07e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa07e


Comments

No comments written yet.

Please login to write comment.