Color Hex Logo

#aaeaea Color Hex

#AAEAEA
(170,234,234)
0 Favorites   0 Comments

Color spaces of #aaeaea

RGB 170234234
HSL0.500.600.79
HSV180°27°92°
CMYK 0.270.000.00   0.08
XYZ60.851773.332288.7892
Yxy73.33220.27290.3289
Hunter Lab85.6342-23.0177-1.5304
CIE-Lab88.6059-19.9496-6.4965

#aaeaea color RGB value is (170,234,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101010 11101010
Octal 252 352 352
Decimal 170 234 234
Hex AA EA EA

RGB Percentages of Color #aaeaea

%26.65
%36.68
%36.68

CMYK Percentages of Color #aaeaea

%27
%0
%0
%8

Triadic Colors of #aaeaea

#aaeaea #eaaaea #eaeaaa

Analogous Colors of #aaeaea

#aaeaea #aacaea #aaeaca

Monochromatic Colors of #aaeaea

#aaeaea

Complementary Color

#aaeaea #eaaaaa

#aaeaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeaea Color CSS Codes

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

#aaeaea Text Font Color

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

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


#aaeaea Background Color

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

This div background color is #aaeaea


#aaeaea Border Color

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

This div border color is #aaeaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeaea

#aaeaea Color Palettes


Comments

No comments written yet.

Please login to write comment.