Color Hex Logo

#aaeeae Color Hex

#AAEEAE
(170,238,174)
0 Favorites   0 Comments

Color spaces of #aaeeae

RGB 170238174
HSL0.340.670.80
HSV124°29°93°
CMYK 0.290.000.27   0.07
XYZ54.792172.751151.1989
Yxy72.75110.30650.4070
Hunter Lab85.2943-34.598524.1164
CIE-Lab88.3289-33.562624.3536

#aaeeae color RGB value is (170,238,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101110 10101110
Octal 252 356 256
Decimal 170 238 174
Hex AA EE AE

RGB Percentages of Color #aaeeae

%29.21
%40.89
%29.90

CMYK Percentages of Color #aaeeae

%29
%0
%27
%7

Triadic Colors of #aaeeae

#aaeeae #aeaaee #eeaeaa

Analogous Colors of #aaeeae

#aaeeae #aaeed0 #c8eeaa

Monochromatic Colors of #aaeeae

#aaeeae

Complementary Color

#aaeeae #eeaaea

#aaeeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeeae Color CSS Codes

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

#aaeeae Text Font Color

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

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


#aaeeae Background Color

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

This div background color is #aaeeae


#aaeeae Border Color

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

This div border color is #aaeeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeeae


Comments

No comments written yet.

Please login to write comment.