Color Hex Logo

#aaf0ae Color Hex

#AAF0AE
(170,240,174)
0 Favorites   0 Comments

Color spaces of #aaf0ae

RGB 170240174
HSL0.340.700.80
HSV123°29°94°
CMYK 0.290.000.28   0.06
XYZ55.377673.922251.3941
Yxy73.92220.30650.4091
Hunter Lab85.9780-35.491424.7435
CIE-Lab88.8857-34.485825.1162

#aaf0ae color RGB value is (170,240,174).

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

The process color (four color CMYK) of #aaf0ae color hex is 0.29, 0.00, 0.28, 0.06. Web safe color of #aaf0ae is #99ff99. Color #aaf0ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110000 10101110
Octal 252 360 256
Decimal 170 240 174
Hex AA F0 AE

RGB Percentages of Color #aaf0ae

%29.11
%41.10
%29.79

CMYK Percentages of Color #aaf0ae

%29
%0
%28
%6

Triadic Colors of #aaf0ae

#aaf0ae #aeaaf0 #f0aeaa

Analogous Colors of #aaf0ae

#aaf0ae #aaf0d1 #c9f0aa

Monochromatic Colors of #aaf0ae

#aaf0ae

Complementary Color

#aaf0ae #f0aaec

#aaf0ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf0ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf0ae Color CSS Codes

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

#aaf0ae Text Font Color

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

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


#aaf0ae Background Color

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

This div background color is #aaf0ae


#aaf0ae Border Color

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

This div border color is #aaf0ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf0ae


Comments

No comments written yet.

Please login to write comment.