Color Hex Logo

#aafea5 Color Hex

#AAFEA5
(170,254,165)
0 Favorites   0 Comments

Color spaces of #aafea5

RGB 170254165
HSL0.320.980.82
HSV117°35°100°
CMYK 0.330.000.35   0.00
XYZ58.810982.146348.3535
Yxy82.14630.31070.4339
Hunter Lab90.6346-42.785631.8130
CIE-Lab92.6394-42.207634.7217

#aafea5 color RGB value is (170,254,165).

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

The process color (four color CMYK) of #aafea5 color hex is 0.33, 0.00, 0.35, 0.00. Web safe color of #aafea5 is #99ff99. Color #aafea5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111110 10100101
Octal 252 376 245
Decimal 170 254 165
Hex AA FE A5

RGB Percentages of Color #aafea5

%28.86
%43.12
%28.01

CMYK Percentages of Color #aafea5

%33
%0
%35
%0

Triadic Colors of #aafea5

#aafea5 #a5aafe #fea5aa

Analogous Colors of #aafea5

#aafea5 #a5fecd #d7fea5

Monochromatic Colors of #aafea5

#aafea5

Complementary Color

#aafea5 #f9a5fe

#aafea5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafea5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafea5 Color CSS Codes

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

#aafea5 Text Font Color

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

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


#aafea5 Background Color

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

This div background color is #aafea5


#aafea5 Border Color

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

This div border color is #aafea5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafea5

Related Colors


Comments

No comments written yet.

Please login to write comment.