Color Hex Logo

#aaf90d Color Hex

#AAF90D
(170,249,13)
0 Favorites   0 Comments

Color spaces of #aaf90d

RGB 17024913
HSL0.220.950.51
HSV80°95°98°
CMYK 0.320.000.95   0.02
XYZ50.525976.326512.4503
Yxy76.32650.36270.5479
Hunter Lab87.3650-49.656852.7062
CIE-Lab90.0107-51.905385.7030

#aaf90d color RGB value is (170,249,13).

#aaf90d hex color red value is 170, green value is 249 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #aaf90d hue: 0.22 , saturation: 0.95 and the lightness value of aaf90d is 0.51.

The process color (four color CMYK) of #aaf90d color hex is 0.32, 0.00, 0.95, 0.02. Web safe color of #aaf90d is #99ff00. Color #aaf90d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111001 00001101
Octal 252 371 15
Decimal 170 249 13
Hex AA F9 D

RGB Percentages of Color #aaf90d

%39.35
%57.64
%3.01

CMYK Percentages of Color #aaf90d

%32
%0
%95
%2

Triadic Colors of #aaf90d

#aaf90d #0daaf9 #f90daa

Analogous Colors of #aaf90d

#aaf90d #34f90d #f9d20d

Monochromatic Colors of #aaf90d

#aaf90d

Complementary Color

#aaf90d #5c0df9

#aaf90d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf90d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf90d Color CSS Codes

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

#aaf90d Text Font Color

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

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


#aaf90d Background Color

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

This div background color is #aaf90d


#aaf90d Border Color

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

This div border color is #aaf90d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf90d


Comments

No comments written yet.

Please login to write comment.