Color Hex Logo

#aaeabf Color Hex

#AAEABF
(170,234,191)
0 Favorites   0 Comments

Color spaces of #aaeabf

RGB 170234191
HSL0.390.600.79
HSV140°27°92°
CMYK 0.270.000.18   0.08
XYZ55.404471.153360.1041
Yxy71.15330.29680.3812
Hunter Lab84.3524-30.374316.8005
CIE-Lab87.5594-28.701714.4875

#aaeabf color RGB value is (170,234,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101010 10111111
Octal 252 352 277
Decimal 170 234 191
Hex AA EA BF

RGB Percentages of Color #aaeabf

%28.57
%39.33
%32.10

CMYK Percentages of Color #aaeabf

%27
%0
%18
%8

Triadic Colors of #aaeabf

#aaeabf #bfaaea #eabfaa

Analogous Colors of #aaeabf

#aaeabf #aaeadf #b5eaaa

Monochromatic Colors of #aaeabf

#aaeabf

Complementary Color

#aaeabf #eaaad5

#aaeabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeabf Color CSS Codes

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

#aaeabf Text Font Color

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

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


#aaeabf Background Color

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

This div background color is #aaeabf


#aaeabf Border Color

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

This div border color is #aaeabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeabf


Comments

No comments written yet.

Please login to write comment.