Color Hex Logo

#aaf4ae Color Hex

#AAF4AE
(170,244,174)
0 Favorites   0 Comments

Color spaces of #aaf4ae

RGB 170244174
HSL0.340.770.81
HSV123°30°96°
CMYK 0.300.000.29   0.04
XYZ56.568276.303451.7910
Yxy76.30340.30630.4132
Hunter Lab87.3518-37.270825.9932
CIE-Lab90.0000-36.317326.6376

#aaf4ae color RGB value is (170,244,174).

#aaf4ae hex color red value is 170, green value is 244 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #aaf4ae hue: 0.34 , saturation: 0.77 and the lightness value of aaf4ae is 0.81.

The process color (four color CMYK) of #aaf4ae color hex is 0.30, 0.00, 0.29, 0.04. Web safe color of #aaf4ae is #99ff99. Color #aaf4ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110100 10101110
Octal 252 364 256
Decimal 170 244 174
Hex AA F4 AE

RGB Percentages of Color #aaf4ae

%28.91
%41.50
%29.59

CMYK Percentages of Color #aaf4ae

%30
%0
%29
%4

Triadic Colors of #aaf4ae

#aaf4ae #aeaaf4 #f4aeaa

Analogous Colors of #aaf4ae

#aaf4ae #aaf4d3 #cbf4aa

Monochromatic Colors of #aaf4ae

#aaf4ae

Complementary Color

#aaf4ae #f4aaf0

#aaf4ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf4ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf4ae Color CSS Codes

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

#aaf4ae Text Font Color

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

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


#aaf4ae Background Color

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

This div background color is #aaf4ae


#aaf4ae Border Color

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

This div border color is #aaf4ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf4ae


Comments

No comments written yet.

Please login to write comment.