Color Hex Logo

#dafea9 Color Hex

#DAFEA9
(218,254,169)
0 Favorites   0 Comments

Color spaces of #dafea9

RGB 218254169
HSL0.240.980.83
HSV85°33°100°
CMYK 0.140.000.33   0.00
XYZ71.516788.653650.8786
Yxy88.65360.33890.4201
Hunter Lab94.1560-29.192533.8710
CIE-Lab95.4355-25.554036.9313

#dafea9 color RGB value is (218,254,169).

#dafea9 hex color red value is 218, green value is 254 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #dafea9 hue: 0.24 , saturation: 0.98 and the lightness value of dafea9 is 0.83.

The process color (four color CMYK) of #dafea9 color hex is 0.14, 0.00, 0.33, 0.00. Web safe color of #dafea9 is #ccff99. Color #dafea9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111110 10101001
Octal 332 376 251
Decimal 218 254 169
Hex DA FE A9

RGB Percentages of Color #dafea9

%34.01
%39.63
%26.37

CMYK Percentages of Color #dafea9

%14
%0
%33
%0

Triadic Colors of #dafea9

#dafea9 #a9dafe #fea9da

Analogous Colors of #dafea9

#dafea9 #b0fea9 #fef8a9

Monochromatic Colors of #dafea9

#dafea9

Complementary Color

#dafea9 #cda9fe

#dafea9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafea9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafea9 Color CSS Codes

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

#dafea9 Text Font Color

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

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


#dafea9 Background Color

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

This div background color is #dafea9


#dafea9 Border Color

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

This div border color is #dafea9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafea9


Comments

No comments written yet.

Please login to write comment.