Color Hex Logo

#aaf09b Color Hex

#AAF09B
(170,240,155)
0 Favorites   0 Comments

Color spaces of #aaf09b

RGB 170240155
HSL0.300.740.77
HSV109°35°94°
CMYK 0.290.000.35   0.06
XYZ53.654073.232842.3178
Yxy73.23280.31710.4328
Hunter Lab85.5762-37.843530.5841
CIE-Lab88.5586-37.454334.3189

#aaf09b color RGB value is (170,240,155).

#aaf09b hex color red value is 170, green value is 240 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #aaf09b hue: 0.30 , saturation: 0.74 and the lightness value of aaf09b is 0.77.

The process color (four color CMYK) of #aaf09b color hex is 0.29, 0.00, 0.35, 0.06. Web safe color of #aaf09b is #99ff99. Color #aaf09b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110000 10011011
Octal 252 360 233
Decimal 170 240 155
Hex AA F0 9B

RGB Percentages of Color #aaf09b

%30.09
%42.48
%27.43

CMYK Percentages of Color #aaf09b

%29
%0
%35
%6

Triadic Colors of #aaf09b

#aaf09b #9baaf0 #f09baa

Analogous Colors of #aaf09b

#aaf09b #9bf0b7 #d5f09b

Monochromatic Colors of #aaf09b

#aaf09b

Complementary Color

#aaf09b #e19bf0

#aaf09b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf09b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf09b Color CSS Codes

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

#aaf09b Text Font Color

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

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


#aaf09b Background Color

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

This div background color is #aaf09b


#aaf09b Border Color

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

This div border color is #aaf09b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf09b


Comments

No comments written yet.

Please login to write comment.