Color Hex Logo

#aaeebe Color Hex

#AAEEBE
(170,238,190)
0 Favorites   0 Comments

Color spaces of #aaeebe

RGB 170238190
HSL0.380.670.80
HSV138°29°93°
CMYK 0.290.000.20   0.07
XYZ56.446473.412859.9103
Yxy73.41280.29740.3869
Hunter Lab85.6813-32.347318.5200
CIE-Lab88.6442-30.775416.5343

#aaeebe color RGB value is (170,238,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101110 10111110
Octal 252 356 276
Decimal 170 238 190
Hex AA EE BE

RGB Percentages of Color #aaeebe

%28.43
%39.80
%31.77

CMYK Percentages of Color #aaeebe

%29
%0
%20
%7

Triadic Colors of #aaeebe

#aaeebe #beaaee #eebeaa

Analogous Colors of #aaeebe

#aaeebe #aaeee0 #b8eeaa

Monochromatic Colors of #aaeebe

#aaeebe

Complementary Color

#aaeebe #eeaada

#aaeebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeebe Color CSS Codes

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

#aaeebe Text Font Color

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

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


#aaeebe Background Color

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

This div background color is #aaeebe


#aaeebe Border Color

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

This div border color is #aaeebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeebe


Comments

No comments written yet.

Please login to write comment.