Color Hex Logo

#aaffed Color Hex

#AAFFED
(170,255,237)
0 Favorites   0 Comments

Color spaces of #aaffed

RGB 170255237
HSL0.461.000.83
HSV167°33°100°
CMYK 0.330.000.07   0.00
XYZ67.623686.180593.1911
Yxy86.18050.27380.3489
Hunter Lab92.8335-32.43205.4650
CIE-Lab94.3895-29.45190.4370

#aaffed color RGB value is (170,255,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111111 11101101
Octal 252 377 355
Decimal 170 255 237
Hex AA FF ED

RGB Percentages of Color #aaffed

%25.68
%38.52
%35.80

CMYK Percentages of Color #aaffed

%33
%0
%7
%0

Triadic Colors of #aaffed

#aaffed #edaaff #ffedaa

Analogous Colors of #aaffed

#aaffed #aae7ff #aaffc3

Monochromatic Colors of #aaffed

#aaffed

Complementary Color

#aaffed #ffaabc

#aaffed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaffed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaffed Color CSS Codes

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

#aaffed Text Font Color

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

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


#aaffed Background Color

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

This div background color is #aaffed


#aaffed Border Color

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

This div border color is #aaffed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaffed


Comments

No comments written yet.

Please login to write comment.