Color Hex Logo

#aaeeac Color Hex

#AAEEAC
(170,238,172)
0 Favorites   0 Comments

Color spaces of #aaeeac

RGB 170238172
HSL0.340.670.80
HSV122°29°93°
CMYK 0.290.000.28   0.07
XYZ54.598572.673750.1795
Yxy72.67370.30770.4095
Hunter Lab85.2489-34.863424.7747
CIE-Lab88.2919-33.893825.3289

#aaeeac color RGB value is (170,238,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101110 10101100
Octal 252 356 254
Decimal 170 238 172
Hex AA EE AC

RGB Percentages of Color #aaeeac

%29.31
%41.03
%29.66

CMYK Percentages of Color #aaeeac

%29
%0
%28
%7

Triadic Colors of #aaeeac

#aaeeac #acaaee #eeacaa

Analogous Colors of #aaeeac

#aaeeac #aaeece #caeeaa

Monochromatic Colors of #aaeeac

#aaeeac

Complementary Color

#aaeeac #eeaaec

#aaeeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeeac Color CSS Codes

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

#aaeeac Text Font Color

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

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


#aaeeac Background Color

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

This div background color is #aaeeac


#aaeeac Border Color

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

This div border color is #aaeeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeeac


Comments

No comments written yet.

Please login to write comment.