Color Hex Logo

#aaffee Color Hex

#AAFFEE
(170,255,238)
2 Favorites   0 Comments

Color spaces of #aaffee

RGB 170255238
HSL0.471.000.83
HSV168°33°100°
CMYK 0.330.000.07   0.00
XYZ67.770286.239193.9629
Yxy86.23910.27330.3478
Hunter Lab92.8650-32.24965.0146
CIE-Lab94.4145-29.2374-0.0427

#aaffee color RGB value is (170,255,238).

#aaffee hex color red value is 170, green value is 255 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #aaffee hue: 0.47 , saturation: 1.00 and the lightness value of aaffee is 0.83.

The process color (four color CMYK) of #aaffee color hex is 0.33, 0.00, 0.07, 0.00. Web safe color of #aaffee is #99ffff. Color #aaffee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111111 11101110
Octal 252 377 356
Decimal 170 255 238
Hex AA FF EE

RGB Percentages of Color #aaffee

%25.64
%38.46
%35.90

CMYK Percentages of Color #aaffee

%33
%0
%7
%0

Triadic Colors of #aaffee

#aaffee #eeaaff #ffeeaa

Analogous Colors of #aaffee

#aaffee #aae6ff #aaffc4

Monochromatic Colors of #aaffee

#aaffee

Complementary Color

#aaffee #ffaabb

#aaffee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaffee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaffee Color CSS Codes

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

#aaffee Text Font Color

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

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


#aaffee Background Color

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

This div background color is #aaffee


#aaffee Border Color

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

This div border color is #aaffee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaffee


Comments

No comments written yet.

Please login to write comment.