Color Hex Logo

#aaf085 Color Hex

#AAF085
(170,240,133)
0 Favorites   0 Comments

Color spaces of #aaf085

RGB 170240133
HSL0.280.780.73
HSV99°45°94°
CMYK 0.290.000.45   0.06
XYZ51.971372.559733.4565
Yxy72.55970.32900.4593
Hunter Lab85.1820-40.161936.3404
CIE-Lab88.2373-40.435244.7600

#aaf085 color RGB value is (170,240,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110000 10000101
Octal 252 360 205
Decimal 170 240 133
Hex AA F0 85

RGB Percentages of Color #aaf085

%31.31
%44.20
%24.49

CMYK Percentages of Color #aaf085

%29
%0
%45
%6

Triadic Colors of #aaf085

#aaf085 #85aaf0 #f085aa

Analogous Colors of #aaf085

#aaf085 #85f096 #e0f085

Monochromatic Colors of #aaf085

#aaf085

Complementary Color

#aaf085 #cb85f0

#aaf085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf085 Color CSS Codes

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

#aaf085 Text Font Color

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

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


#aaf085 Background Color

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

This div background color is #aaf085


#aaf085 Border Color

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

This div border color is #aaf085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf085


Comments

No comments written yet.

Please login to write comment.