Color Hex Logo

#aaf0ea Color Hex

#AAF0EA
(170,240,234)
0 Favorites   0 Comments

Color spaces of #aaf0ea

RGB 170240234
HSL0.490.700.80
HSV175°29°94°
CMYK 0.290.000.03   0.06
XYZ62.588976.806789.3683
Yxy76.80670.27360.3357
Hunter Lab87.6394-25.89080.8880
CIE-Lab90.2326-22.8986-4.0973

#aaf0ea color RGB value is (170,240,234).

#aaf0ea hex color red value is 170, green value is 240 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #aaf0ea hue: 0.49 , saturation: 0.70 and the lightness value of aaf0ea is 0.80.

The process color (four color CMYK) of #aaf0ea color hex is 0.29, 0.00, 0.03, 0.06. Web safe color of #aaf0ea is #99ffff. Color #aaf0ea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110000 11101010
Octal 252 360 352
Decimal 170 240 234
Hex AA F0 EA

RGB Percentages of Color #aaf0ea

%26.40
%37.27
%36.34

CMYK Percentages of Color #aaf0ea

%29
%0
%3
%6

Triadic Colors of #aaf0ea

#aaf0ea #eaaaf0 #f0eaaa

Analogous Colors of #aaf0ea

#aaf0ea #aad3f0 #aaf0c7

Monochromatic Colors of #aaf0ea

#aaf0ea

Complementary Color

#aaf0ea #f0aab0

#aaf0ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf0ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf0ea Color CSS Codes

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

#aaf0ea Text Font Color

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

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


#aaf0ea Background Color

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

This div background color is #aaf0ea


#aaf0ea Border Color

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

This div border color is #aaf0ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf0ea


Comments

No comments written yet.

Please login to write comment.