Color Hex Logo

#aafec5 Color Hex

#AAFEC5
(170,254,197)
0 Favorites   0 Comments

Color spaces of #aafec5

RGB 170254197
HSL0.390.980.83
HSV139°33°100°
CMYK 0.330.000.22   0.00
XYZ62.097483.460965.6600
Yxy83.46090.29400.3951
Hunter Lab91.3569-38.544121.3370
CIE-Lab93.2159-36.899319.3329

#aafec5 color RGB value is (170,254,197).

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

The process color (four color CMYK) of #aafec5 color hex is 0.33, 0.00, 0.22, 0.00. Web safe color of #aafec5 is #99ffcc. Color #aafec5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111110 11000101
Octal 252 376 305
Decimal 170 254 197
Hex AA FE C5

RGB Percentages of Color #aafec5

%27.38
%40.90
%31.72

CMYK Percentages of Color #aafec5

%33
%0
%22
%0

Triadic Colors of #aafec5

#aafec5 #c5aafe #fec5aa

Analogous Colors of #aafec5

#aafec5 #aafeef #b9feaa

Monochromatic Colors of #aafec5

#aafec5

Complementary Color

#aafec5 #feaae3

#aafec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafec5 Color CSS Codes

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

#aafec5 Text Font Color

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

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


#aafec5 Background Color

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

This div background color is #aafec5


#aafec5 Border Color

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

This div border color is #aafec5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafec5

Related Colors


Comments

No comments written yet.

Please login to write comment.