Color Hex Logo

#daf1aa Color Hex

#DAF1AA
(218,241,170)
0 Favorites   0 Comments

Color spaces of #daf1aa

RGB 218241170
HSL0.220.720.81
HSV79°29°95°
CMYK 0.100.000.29   0.05
XYZ67.624480.718350.0462
Yxy80.71830.34090.4069
Hunter Lab89.8434-22.870329.8636
CIE-Lab92.0062-19.177431.8698

#daf1aa color RGB value is (218,241,170).

#daf1aa hex color red value is 218, green value is 241 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #daf1aa hue: 0.22 , saturation: 0.72 and the lightness value of daf1aa is 0.81.

The process color (four color CMYK) of #daf1aa color hex is 0.10, 0.00, 0.29, 0.05. Web safe color of #daf1aa is #ccff99. Color #daf1aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110001 10101010
Octal 332 361 252
Decimal 218 241 170
Hex DA F1 AA

RGB Percentages of Color #daf1aa

%34.66
%38.31
%27.03

CMYK Percentages of Color #daf1aa

%10
%0
%29
%5

Triadic Colors of #daf1aa

#daf1aa #aadaf1 #f1aada

Analogous Colors of #daf1aa

#daf1aa #b7f1aa #f1e5aa

Monochromatic Colors of #daf1aa

#daf1aa

Complementary Color

#daf1aa #c1aaf1

#daf1aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf1aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf1aa Color CSS Codes

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

#daf1aa Text Font Color

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

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


#daf1aa Background Color

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

This div background color is #daf1aa


#daf1aa Border Color

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

This div border color is #daf1aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf1aa


Comments

No comments written yet.

Please login to write comment.