Color Hex Logo

#aaeeaf Color Hex

#AAEEAF
(170,238,175)
0 Favorites   0 Comments

Color spaces of #aaeeaf

RGB 170238175
HSL0.350.670.80
HSV124°29°93°
CMYK 0.290.000.26   0.07
XYZ54.890072.790351.7144
Yxy72.79030.30600.4058
Hunter Lab85.3172-34.464823.7839
CIE-Lab88.3476-33.395723.8656

#aaeeaf color RGB value is (170,238,175).

#aaeeaf hex color red value is 170, green value is 238 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #aaeeaf hue: 0.35 , saturation: 0.67 and the lightness value of aaeeaf is 0.80.

The process color (four color CMYK) of #aaeeaf color hex is 0.29, 0.00, 0.26, 0.07. Web safe color of #aaeeaf is #99ff99. Color #aaeeaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101110 10101111
Octal 252 356 257
Decimal 170 238 175
Hex AA EE AF

RGB Percentages of Color #aaeeaf

%29.16
%40.82
%30.02

CMYK Percentages of Color #aaeeaf

%29
%0
%26
%7

Triadic Colors of #aaeeaf

#aaeeaf #afaaee #eeafaa

Analogous Colors of #aaeeaf

#aaeeaf #aaeed1 #c7eeaa

Monochromatic Colors of #aaeeaf

#aaeeaf

Complementary Color

#aaeeaf #eeaae9

#aaeeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeeaf Color CSS Codes

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

#aaeeaf Text Font Color

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

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


#aaeeaf Background Color

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

This div background color is #aaeeaf


#aaeeaf Border Color

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

This div border color is #aaeeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeeaf

#aaeeaf Color Palettes


Comments

No comments written yet.

Please login to write comment.