Color Hex Logo

#aaf98b Color Hex

#AAF98B
(170,249,139)
0 Favorites   0 Comments

Color spaces of #aaf98b

RGB 170249139
HSL0.290.900.76
HSV103°44°98°
CMYK 0.320.000.44   0.02
XYZ55.113478.161536.6080
Yxy78.16150.32440.4601
Hunter Lab88.4090-43.440437.3358
CIE-Lab90.8535-43.633045.1597

#aaf98b color RGB value is (170,249,139).

#aaf98b hex color red value is 170, green value is 249 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #aaf98b hue: 0.29 , saturation: 0.90 and the lightness value of aaf98b is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111001 10001011
Octal 252 371 213
Decimal 170 249 139
Hex AA F9 8B

RGB Percentages of Color #aaf98b

%30.47
%44.62
%24.91

CMYK Percentages of Color #aaf98b

%32
%0
%44
%2

Triadic Colors of #aaf98b

#aaf98b #8baaf9 #f98baa

Analogous Colors of #aaf98b

#aaf98b #8bf9a3 #e1f98b

Monochromatic Colors of #aaf98b

#aaf98b

Complementary Color

#aaf98b #da8bf9

#aaf98b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf98b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf98b Color CSS Codes

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

#aaf98b Text Font Color

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

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


#aaf98b Background Color

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

This div background color is #aaf98b


#aaf98b Border Color

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

This div border color is #aaf98b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf98b


Comments

No comments written yet.

Please login to write comment.