Color Hex Logo

#aaeac5 Color Hex

#AAEAC5
(170,234,197)
0 Favorites   0 Comments

Color spaces of #aaeac5

RGB 170234197
HSL0.400.600.79
HSV145°27°92°
CMYK 0.270.000.16   0.08
XYZ56.078471.422963.6537
Yxy71.42290.29340.3736
Hunter Lab84.5121-29.451614.5018
CIE-Lab87.6901-27.577911.5446

#aaeac5 color RGB value is (170,234,197).

#aaeac5 hex color red value is 170, green value is 234 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #aaeac5 hue: 0.40 , saturation: 0.60 and the lightness value of aaeac5 is 0.79.

The process color (four color CMYK) of #aaeac5 color hex is 0.27, 0.00, 0.16, 0.08. Web safe color of #aaeac5 is #99ffcc. Color #aaeac5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101010 11000101
Octal 252 352 305
Decimal 170 234 197
Hex AA EA C5

RGB Percentages of Color #aaeac5

%28.29
%38.94
%32.78

CMYK Percentages of Color #aaeac5

%27
%0
%16
%8

Triadic Colors of #aaeac5

#aaeac5 #c5aaea #eac5aa

Analogous Colors of #aaeac5

#aaeac5 #aaeae5 #afeaaa

Monochromatic Colors of #aaeac5

#aaeac5

Complementary Color

#aaeac5 #eaaacf

#aaeac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeac5 Color CSS Codes

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

#aaeac5 Text Font Color

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

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


#aaeac5 Background Color

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

This div background color is #aaeac5


#aaeac5 Border Color

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

This div border color is #aaeac5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeac5

#aaeac5 Color Palettes


Comments

No comments written yet.

Please login to write comment.