Color Hex Logo

#aaeac7 Color Hex

#AAEAC7
(170,234,199)
0 Favorites   0 Comments

Color spaces of #aaeac7

RGB 170234199
HSL0.410.600.79
HSV147°27°92°
CMYK 0.270.000.15   0.08
XYZ56.309271.515264.8688
Yxy71.51520.29220.3711
Hunter Lab84.5667-29.136413.7169
CIE-Lab87.7347-27.195910.5641

#aaeac7 color RGB value is (170,234,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101010 11000111
Octal 252 352 307
Decimal 170 234 199
Hex AA EA C7

RGB Percentages of Color #aaeac7

%28.19
%38.81
%33.00

CMYK Percentages of Color #aaeac7

%27
%0
%15
%8

Triadic Colors of #aaeac7

#aaeac7 #c7aaea #eac7aa

Analogous Colors of #aaeac7

#aaeac7 #aaeae7 #adeaaa

Monochromatic Colors of #aaeac7

#aaeac7

Complementary Color

#aaeac7 #eaaacd

#aaeac7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeac7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeac7 Color CSS Codes

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

#aaeac7 Text Font Color

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

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


#aaeac7 Background Color

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

This div background color is #aaeac7


#aaeac7 Border Color

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

This div border color is #aaeac7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeac7


Comments

No comments written yet.

Please login to write comment.