Color Hex Logo

#aaeeb4 Color Hex

#AAEEB4
(170,238,180)
0 Favorites   0 Comments

Color spaces of #aaeeb4

RGB 170238180
HSL0.360.670.80
HSV129°29°93°
CMYK 0.290.000.24   0.07
XYZ55.390372.990454.3492
Yxy72.99040.30310.3994
Hunter Lab85.4344-33.782122.0867
CIE-Lab88.4431-32.546221.4240

#aaeeb4 color RGB value is (170,238,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101110 10110100
Octal 252 356 264
Decimal 170 238 180
Hex AA EE B4

RGB Percentages of Color #aaeeb4

%28.91
%40.48
%30.61

CMYK Percentages of Color #aaeeb4

%29
%0
%24
%7

Triadic Colors of #aaeeb4

#aaeeb4 #b4aaee #eeb4aa

Analogous Colors of #aaeeb4

#aaeeb4 #aaeed6 #c2eeaa

Monochromatic Colors of #aaeeb4

#aaeeb4

Complementary Color

#aaeeb4 #eeaae4

#aaeeb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeeb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeeb4 Color CSS Codes

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

#aaeeb4 Text Font Color

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

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


#aaeeb4 Background Color

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

This div background color is #aaeeb4


#aaeeb4 Border Color

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

This div border color is #aaeeb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeeb4


Comments

No comments written yet.

Please login to write comment.