Color Hex Logo

#aaf3ea Color Hex

#AAF3EA
(170,243,234)
0 Favorites   0 Comments

Color spaces of #aaf3ea

RGB 170243234
HSL0.480.750.81
HSV173°30°95°
CMYK 0.300.000.04   0.05
XYZ63.479478.587789.6651
Yxy78.58770.27390.3391
Hunter Lab88.6497-27.31852.0857
CIE-Lab91.0474-24.3576-2.8995

#aaf3ea color RGB value is (170,243,234).

#aaf3ea hex color red value is 170, green value is 243 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #aaf3ea hue: 0.48 , saturation: 0.75 and the lightness value of aaf3ea is 0.81.

The process color (four color CMYK) of #aaf3ea color hex is 0.30, 0.00, 0.04, 0.05. Web safe color of #aaf3ea is #99ffff. Color #aaf3ea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110011 11101010
Octal 252 363 352
Decimal 170 243 234
Hex AA F3 EA

RGB Percentages of Color #aaf3ea

%26.28
%37.56
%36.17

CMYK Percentages of Color #aaf3ea

%30
%0
%4
%5

Triadic Colors of #aaf3ea

#aaf3ea #eaaaf3 #f3eaaa

Analogous Colors of #aaf3ea

#aaf3ea #aad8f3 #aaf3c6

Monochromatic Colors of #aaf3ea

#aaf3ea

Complementary Color

#aaf3ea #f3aab3

#aaf3ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf3ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf3ea Color CSS Codes

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

#aaf3ea Text Font Color

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

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


#aaf3ea Background Color

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

This div background color is #aaf3ea


#aaf3ea Border Color

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

This div border color is #aaf3ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf3ea


Comments

No comments written yet.

Please login to write comment.