Color Hex Logo

#aaf8af Color Hex

#AAF8AF
(170,248,175)
0 Favorites   0 Comments

Color spaces of #aaf8af

RGB 170248175
HSL0.340.850.82
HSV124°31°97°
CMYK 0.310.000.29   0.03
XYZ57.882878.776052.7120
Yxy78.77600.30570.4160
Hunter Lab88.7558-38.912626.9168
CIE-Lab91.1328-37.967027.6708

#aaf8af color RGB value is (170,248,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111000 10101111
Octal 252 370 257
Decimal 170 248 175
Hex AA F8 AF

RGB Percentages of Color #aaf8af

%28.67
%41.82
%29.51

CMYK Percentages of Color #aaf8af

%31
%0
%29
%3

Triadic Colors of #aaf8af

#aaf8af #afaaf8 #f8afaa

Analogous Colors of #aaf8af

#aaf8af #aaf8d6 #ccf8aa

Monochromatic Colors of #aaf8af

#aaf8af

Complementary Color

#aaf8af #f8aaf3

#aaf8af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf8af Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf8af Color CSS Codes

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

#aaf8af Text Font Color

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

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


#aaf8af Background Color

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

This div background color is #aaf8af


#aaf8af Border Color

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

This div border color is #aaf8af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,248,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 #aaf8af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf8af


Comments

No comments written yet.

Please login to write comment.