Color Hex Logo

#aafeaf Color Hex

#AAFEAF
(170,254,175)
0 Favorites   0 Comments

Color spaces of #aafeaf

RGB 170254175
HSL0.340.980.83
HSV124°33°100°
CMYK 0.330.000.31   0.00
XYZ59.757282.524853.3368
Yxy82.52480.30550.4219
Hunter Lab90.8432-41.557128.7792
CIE-Lab92.8060-40.652729.9375

#aafeaf color RGB value is (170,254,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111110 10101111
Octal 252 376 257
Decimal 170 254 175
Hex AA FE AF

RGB Percentages of Color #aafeaf

%28.38
%42.40
%29.22

CMYK Percentages of Color #aafeaf

%33
%0
%31
%0

Triadic Colors of #aafeaf

#aafeaf #afaafe #feafaa

Analogous Colors of #aafeaf

#aafeaf #aafed9 #cffeaa

Monochromatic Colors of #aafeaf

#aafeaf

Complementary Color

#aafeaf #feaaf9

#aafeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafeaf Color CSS Codes

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

#aafeaf Text Font Color

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

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


#aafeaf Background Color

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

This div background color is #aafeaf


#aafeaf Border Color

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

This div border color is #aafeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafeaf

Related Colors


Comments

No comments written yet.

Please login to write comment.