Color Hex Logo

#daae7f Color Hex

#DAAE7F
(218,174,127)
0 Favorites   0 Comments

Color spaces of #daae7f

RGB 218174127
HSL0.090.550.68
HSV31°42°85°
CMYK 0.000.200.42   0.15
XYZ47.880346.709826.5710
Yxy46.70980.39520.3855
Hunter Lab68.34465.449124.7904
CIE-Lab74.00389.893730.1973

#daae7f color RGB value is (218,174,127).

#daae7f hex color red value is 218, green value is 174 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #daae7f hue: 0.09 , saturation: 0.55 and the lightness value of daae7f is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101110 01111111
Octal 332 256 177
Decimal 218 174 127
Hex DA AE 7F

RGB Percentages of Color #daae7f

%42.00
%33.53
%24.47

CMYK Percentages of Color #daae7f

%0
%20
%42
%15

Triadic Colors of #daae7f

#daae7f #7fdaae #ae7fda

Analogous Colors of #daae7f

#daae7f #d9da7f #da817f

Monochromatic Colors of #daae7f

#daae7f

Complementary Color

#daae7f #7fabda

#daae7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daae7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#daae7f Color CSS Codes

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

#daae7f Text Font Color

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

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


#daae7f Background Color

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

This div background color is #daae7f


#daae7f Border Color

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

This div border color is #daae7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daae7f


Comments

No comments written yet.

Please login to write comment.