Color Hex Logo

#aaf91d Color Hex

#AAF91D
(170,249,29)
0 Favorites   0 Comments

Color spaces of #aaf91d

RGB 17024929
HSL0.230.950.55
HSV82°88°98°
CMYK 0.320.000.88   0.02
XYZ50.675076.386113.2355
Yxy76.38610.36120.5445
Hunter Lab87.3991-49.452252.2007
CIE-Lab90.0383-51.626183.7513

#aaf91d color RGB value is (170,249,29).

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

The process color (four color CMYK) of #aaf91d color hex is 0.32, 0.00, 0.88, 0.02. Web safe color of #aaf91d is #99ff33. Color #aaf91d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111001 00011101
Octal 252 371 35
Decimal 170 249 29
Hex AA F9 1D

RGB Percentages of Color #aaf91d

%37.95
%55.58
%6.47

CMYK Percentages of Color #aaf91d

%32
%0
%88
%2

Triadic Colors of #aaf91d

#aaf91d #1daaf9 #f91daa

Analogous Colors of #aaf91d

#aaf91d #3cf91d #f9da1d

Monochromatic Colors of #aaf91d

#aaf91d

Complementary Color

#aaf91d #6c1df9

#aaf91d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf91d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf91d Color CSS Codes

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

#aaf91d Text Font Color

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

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


#aaf91d Background Color

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

This div background color is #aaf91d


#aaf91d Border Color

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

This div border color is #aaf91d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf91d


Comments

No comments written yet.

Please login to write comment.