Color Hex Logo

#dae5aa Color Hex

#DAE5AA
(218,229,170)
0 Favorites   0 Comments

Color spaces of #dae5aa

RGB 218229170
HSL0.200.530.78
HSV71°26°90°
CMYK 0.050.000.26   0.10
XYZ64.188573.846348.9009
Yxy73.84630.34340.3950
Hunter Lab85.9339-17.053326.4146
CIE-Lab88.8498-13.263727.6142

#dae5aa color RGB value is (218,229,170).

#dae5aa hex color red value is 218, green value is 229 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dae5aa hue: 0.20 , saturation: 0.53 and the lightness value of dae5aa is 0.78.

The process color (four color CMYK) of #dae5aa color hex is 0.05, 0.00, 0.26, 0.10. Web safe color of #dae5aa is #cccc99. Color #dae5aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100101 10101010
Octal 332 345 252
Decimal 218 229 170
Hex DA E5 AA

RGB Percentages of Color #dae5aa

%35.33
%37.12
%27.55

CMYK Percentages of Color #dae5aa

%5
%0
%26
%10

Triadic Colors of #dae5aa

#dae5aa #aadae5 #e5aada

Analogous Colors of #dae5aa

#dae5aa #bde5aa #e5d3aa

Monochromatic Colors of #dae5aa

#dae5aa

Complementary Color

#dae5aa #b5aae5

#dae5aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae5aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae5aa Color CSS Codes

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

#dae5aa Text Font Color

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

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


#dae5aa Background Color

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

This div background color is #dae5aa


#dae5aa Border Color

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

This div border color is #dae5aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae5aa


Comments

No comments written yet.

Please login to write comment.