Color Hex Logo

#aaeebf Color Hex

#AAEEBF
(170,238,191)
0 Favorites   0 Comments

Color spaces of #aaeebf

RGB 170238191
HSL0.380.670.80
HSV139°29°93°
CMYK 0.290.000.20   0.07
XYZ56.556173.456760.4880
Yxy73.45670.29690.3856
Hunter Lab85.7069-32.198818.1506
CIE-Lab88.6651-30.593216.0452

#aaeebf color RGB value is (170,238,191).

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

The process color (four color CMYK) of #aaeebf color hex is 0.29, 0.00, 0.20, 0.07. Web safe color of #aaeebf is #99ffcc. Color #aaeebf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101110 10111111
Octal 252 356 277
Decimal 170 238 191
Hex AA EE BF

RGB Percentages of Color #aaeebf

%28.38
%39.73
%31.89

CMYK Percentages of Color #aaeebf

%29
%0
%20
%7

Triadic Colors of #aaeebf

#aaeebf #bfaaee #eebfaa

Analogous Colors of #aaeebf

#aaeebf #aaeee1 #b7eeaa

Monochromatic Colors of #aaeebf

#aaeebf

Complementary Color

#aaeebf #eeaad9

#aaeebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeebf Color CSS Codes

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

#aaeebf Text Font Color

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

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


#aaeebf Background Color

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

This div background color is #aaeebf


#aaeebf Border Color

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

This div border color is #aaeebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeebf


Comments

No comments written yet.

Please login to write comment.