Color Hex Logo

#aaf88b Color Hex

#AAF88B
(170,248,139)
0 Favorites   0 Comments

Color spaces of #aaf88b

RGB 170248139
HSL0.290.890.76
HSV103°44°97°
CMYK 0.310.000.44   0.03
XYZ54.805277.544936.5052
Yxy77.54490.32460.4592
Hunter Lab88.0596-43.012137.0630
CIE-Lab90.5718-43.197444.8042

#aaf88b color RGB value is (170,248,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111000 10001011
Octal 252 370 213
Decimal 170 248 139
Hex AA F8 8B

RGB Percentages of Color #aaf88b

%30.52
%44.52
%24.96

CMYK Percentages of Color #aaf88b

%31
%0
%44
%3

Triadic Colors of #aaf88b

#aaf88b #8baaf8 #f88baa

Analogous Colors of #aaf88b

#aaf88b #8bf8a3 #e1f88b

Monochromatic Colors of #aaf88b

#aaf88b

Complementary Color

#aaf88b #d98bf8

#aaf88b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf88b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf88b Color CSS Codes

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

#aaf88b Text Font Color

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

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


#aaf88b Background Color

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

This div background color is #aaf88b


#aaf88b Border Color

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

This div border color is #aaf88b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf88b


Comments

No comments written yet.

Please login to write comment.