Color Hex Logo

#aaf6ee Color Hex

#AAF6EE
(170,246,238)
0 Favorites   0 Comments

Color spaces of #aaf6ee

RGB 170246238
HSL0.480.810.82
HSV174°31°96°
CMYK 0.310.000.03   0.04
XYZ64.965980.630693.0281
Yxy80.63060.27230.3379
Hunter Lab89.7945-27.99661.4311
CIE-Lab91.9671-24.9364-3.6288

#aaf6ee color RGB value is (170,246,238).

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

The process color (four color CMYK) of #aaf6ee color hex is 0.31, 0.00, 0.03, 0.04. Web safe color of #aaf6ee is #99ffff. Color #aaf6ee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110110 11101110
Octal 252 366 356
Decimal 170 246 238
Hex AA F6 EE

RGB Percentages of Color #aaf6ee

%25.99
%37.61
%36.39

CMYK Percentages of Color #aaf6ee

%31
%0
%3
%4

Triadic Colors of #aaf6ee

#aaf6ee #eeaaf6 #f6eeaa

Analogous Colors of #aaf6ee

#aaf6ee #aad8f6 #aaf6c8

Monochromatic Colors of #aaf6ee

#aaf6ee

Complementary Color

#aaf6ee #f6aab2

#aaf6ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf6ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf6ee Color CSS Codes

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

#aaf6ee Text Font Color

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

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


#aaf6ee Background Color

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

This div background color is #aaf6ee


#aaf6ee Border Color

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

This div border color is #aaf6ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf6ee

Related Colors


Comments

No comments written yet.

Please login to write comment.