Color Hex Logo

#aafee7 Color Hex

#AAFEE7
(170,254,231)
0 Favorites   0 Comments

Color spaces of #aafee7

RGB 170254231
HSL0.450.980.83
HSV164°33°100°
CMYK 0.330.000.09   0.00
XYZ66.443285.199288.5445
Yxy85.19920.27660.3547
Hunter Lab92.3034-33.04057.7369
CIE-Lab93.9689-30.25142.9218

#aafee7 color RGB value is (170,254,231).

#aafee7 hex color red value is 170, green value is 254 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #aafee7 hue: 0.45 , saturation: 0.98 and the lightness value of aafee7 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111110 11100111
Octal 252 376 347
Decimal 170 254 231
Hex AA FE E7

RGB Percentages of Color #aafee7

%25.95
%38.78
%35.27

CMYK Percentages of Color #aafee7

%33
%0
%9
%0

Triadic Colors of #aafee7

#aafee7 #e7aafe #fee7aa

Analogous Colors of #aafee7

#aafee7 #aaebfe #aafebd

Monochromatic Colors of #aafee7

#aafee7

Complementary Color

#aafee7 #feaac1

#aafee7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafee7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafee7 Color CSS Codes

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

#aafee7 Text Font Color

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

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


#aafee7 Background Color

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

This div background color is #aafee7


#aafee7 Border Color

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

This div border color is #aafee7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafee7

Related Colors


Comments

No comments written yet.

Please login to write comment.