Color Hex Logo

#aefdaa Color Hex

#AEFDAA
(174,253,170)
0 Favorites   0 Comments

Color spaces of #aefdaa

RGB 174253170
HSL0.330.950.83
HSV117°33°99°
CMYK 0.310.000.33   0.01
XYZ59.836582.151550.7333
Yxy82.15150.31050.4263
Hunter Lab90.6375-40.774530.2593
CIE-Lab92.6417-39.755132.2623

#aefdaa color RGB value is (174,253,170).

#aefdaa hex color red value is 174, green value is 253 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #aefdaa hue: 0.33 , saturation: 0.95 and the lightness value of aefdaa is 0.83.

The process color (four color CMYK) of #aefdaa color hex is 0.31, 0.00, 0.33, 0.01. Web safe color of #aefdaa is #99ff99. Color #aefdaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111101 10101010
Octal 256 375 252
Decimal 174 253 170
Hex AE FD AA

RGB Percentages of Color #aefdaa

%29.15
%42.38
%28.48

CMYK Percentages of Color #aefdaa

%31
%0
%33
%1

Triadic Colors of #aefdaa

#aefdaa #aaaefd #fdaaae

Analogous Colors of #aefdaa

#aefdaa #aafdd0 #d8fdaa

Monochromatic Colors of #aefdaa

#aefdaa

Complementary Color

#aefdaa #f9aafd

#aefdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefdaa Color CSS Codes

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

#aefdaa Text Font Color

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

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


#aefdaa Background Color

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

This div background color is #aefdaa


#aefdaa Border Color

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

This div border color is #aefdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefdaa


Comments

No comments written yet.

Please login to write comment.