Color Hex Logo

#aaf9ee Color Hex

#AAF9EE
(170,249,238)
0 Favorites   0 Comments

Color spaces of #aaf9ee

RGB 170249238
HSL0.480.870.82
HSV172°32°98°
CMYK 0.320.000.04   0.02
XYZ65.885982.470593.3348
Yxy82.47050.27260.3412
Hunter Lab90.8133-29.41982.6330
CIE-Lab92.7821-26.3802-2.4319

#aaf9ee color RGB value is (170,249,238).

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

The process color (four color CMYK) of #aaf9ee color hex is 0.32, 0.00, 0.04, 0.02. Web safe color of #aaf9ee is #99ffff. Color #aaf9ee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111001 11101110
Octal 252 371 356
Decimal 170 249 238
Hex AA F9 EE

RGB Percentages of Color #aaf9ee

%25.88
%37.90
%36.23

CMYK Percentages of Color #aaf9ee

%32
%0
%4
%2

Triadic Colors of #aaf9ee

#aaf9ee #eeaaf9 #f9eeaa

Analogous Colors of #aaf9ee

#aaf9ee #aaddf9 #aaf9c7

Monochromatic Colors of #aaf9ee

#aaf9ee

Complementary Color

#aaf9ee #f9aab5

#aaf9ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf9ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf9ee Color CSS Codes

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

#aaf9ee Text Font Color

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

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


#aaf9ee Background Color

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

This div background color is #aaf9ee


#aaf9ee Border Color

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

This div border color is #aaf9ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf9ee

Related Colors


Comments

No comments written yet.

Please login to write comment.