Color Hex Logo

#aafbaf Color Hex

#AAFBAF
(170,251,175)
0 Favorites   0 Comments

Color spaces of #aafbaf

RGB 170251175
HSL0.340.910.83
HSV124°32°98°
CMYK 0.320.000.30   0.02
XYZ58.812680.635653.0219
Yxy80.63560.30560.4190
Hunter Lab89.7973-40.237127.8496
CIE-Lab91.9693-39.315228.8058

#aafbaf color RGB value is (170,251,175).

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

The process color (four color CMYK) of #aafbaf color hex is 0.32, 0.00, 0.30, 0.02. Web safe color of #aafbaf is #99ff99. Color #aafbaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111011 10101111
Octal 252 373 257
Decimal 170 251 175
Hex AA FB AF

RGB Percentages of Color #aafbaf

%28.52
%42.11
%29.36

CMYK Percentages of Color #aafbaf

%32
%0
%30
%2

Triadic Colors of #aafbaf

#aafbaf #afaafb #fbafaa

Analogous Colors of #aafbaf

#aafbaf #aafbd8 #cefbaa

Monochromatic Colors of #aafbaf

#aafbaf

Complementary Color

#aafbaf #fbaaf6

#aafbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafbaf Color CSS Codes

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

#aafbaf Text Font Color

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

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


#aafbaf Background Color

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

This div background color is #aafbaf


#aafbaf Border Color

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

This div border color is #aafbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafbaf


Comments

No comments written yet.

Please login to write comment.