Color Hex Logo

#aaeebb Color Hex

#AAEEBB
(170,238,187)
3 Favorites   0 Comments

Color spaces of #aaeebb

RGB 170238187
HSL0.380.670.80
HSV135°29°93°
CMYK 0.290.000.21   0.07
XYZ56.121773.283058.2008
Yxy73.28300.29910.3906
Hunter Lab85.6055-32.787619.6142
CIE-Lab88.5825-31.316818.0018

#aaeebb color RGB value is (170,238,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101110 10111011
Octal 252 356 273
Decimal 170 238 187
Hex AA EE BB

RGB Percentages of Color #aaeebb

%28.57
%40.00
%31.43

CMYK Percentages of Color #aaeebb

%29
%0
%21
%7

Triadic Colors of #aaeebb

#aaeebb #bbaaee #eebbaa

Analogous Colors of #aaeebb

#aaeebb #aaeedd #bbeeaa

Monochromatic Colors of #aaeebb

#aaeebb

Complementary Color

#aaeebb #eeaadd

#aaeebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeebb Color CSS Codes

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

#aaeebb Text Font Color

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

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


#aaeebb Background Color

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

This div background color is #aaeebb


#aaeebb Border Color

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

This div border color is #aaeebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeebb


Comments

No comments written yet.

Please login to write comment.