Color Hex Logo

#dafeaa Color Hex

#DAFEAA
(218,254,170)
0 Favorites   0 Comments

Color spaces of #dafeaa

RGB 218254170
HSL0.240.980.83
HSV86°33°100°
CMYK 0.140.000.33   0.00
XYZ71.611088.691351.3751
Yxy88.69130.33830.4190
Hunter Lab94.1761-29.077633.5792
CIE-Lab95.4513-25.422336.4553

#dafeaa color RGB value is (218,254,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111110 10101010
Octal 332 376 252
Decimal 218 254 170
Hex DA FE AA

RGB Percentages of Color #dafeaa

%33.96
%39.56
%26.48

CMYK Percentages of Color #dafeaa

%14
%0
%33
%0

Triadic Colors of #dafeaa

#dafeaa #aadafe #feaada

Analogous Colors of #dafeaa

#dafeaa #b0feaa #fef8aa

Monochromatic Colors of #dafeaa

#dafeaa

Complementary Color

#dafeaa #ceaafe

#dafeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafeaa Color CSS Codes

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

#dafeaa Text Font Color

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

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


#dafeaa Background Color

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

This div background color is #dafeaa


#dafeaa Border Color

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

This div border color is #dafeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafeaa


Comments

No comments written yet.

Please login to write comment.