Color Hex Logo

#aaf082 Color Hex

#AAF082
(170,240,130)
0 Favorites   0 Comments

Color spaces of #aaf082

RGB 170240130
HSL0.270.790.73
HSV98°46°94°
CMYK 0.290.000.46   0.06
XYZ51.766972.477932.3803
Yxy72.47790.33050.4627
Hunter Lab85.1340-40.445037.0431
CIE-Lab88.1981-40.803046.1553

#aaf082 color RGB value is (170,240,130).

#aaf082 hex color red value is 170, green value is 240 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #aaf082 hue: 0.27 , saturation: 0.79 and the lightness value of aaf082 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110000 10000010
Octal 252 360 202
Decimal 170 240 130
Hex AA F0 82

RGB Percentages of Color #aaf082

%31.48
%44.44
%24.07

CMYK Percentages of Color #aaf082

%29
%0
%46
%6

Triadic Colors of #aaf082

#aaf082 #82aaf0 #f082aa

Analogous Colors of #aaf082

#aaf082 #82f091 #e1f082

Monochromatic Colors of #aaf082

#aaf082

Complementary Color

#aaf082 #c882f0

#aaf082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf082 Color CSS Codes

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

#aaf082 Text Font Color

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

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


#aaf082 Background Color

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

This div background color is #aaf082


#aaf082 Border Color

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

This div border color is #aaf082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf082


Comments

No comments written yet.

Please login to write comment.