Color Hex Logo

#aaf81d Color Hex

#AAF81D
(170,248,29)
0 Favorites   0 Comments

Color spaces of #aaf81d

RGB 17024829
HSL0.230.940.54
HSV81°88°97°
CMYK 0.310.000.88   0.03
XYZ50.366775.769613.1328
Yxy75.76960.36170.5441
Hunter Lab87.0457-49.045851.9868
CIE-Lab89.7523-51.217183.5151

#aaf81d color RGB value is (170,248,29).

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

The process color (four color CMYK) of #aaf81d color hex is 0.31, 0.00, 0.88, 0.03. Web safe color of #aaf81d is #99ff33. Color #aaf81d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111000 00011101
Octal 252 370 35
Decimal 170 248 29
Hex AA F8 1D

RGB Percentages of Color #aaf81d

%38.03
%55.48
%6.49

CMYK Percentages of Color #aaf81d

%31
%0
%88
%3

Triadic Colors of #aaf81d

#aaf81d #1daaf8 #f81daa

Analogous Colors of #aaf81d

#aaf81d #3df81d #f8d91d

Monochromatic Colors of #aaf81d

#aaf81d

Complementary Color

#aaf81d #6b1df8

#aaf81d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf81d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf81d Color CSS Codes

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

#aaf81d Text Font Color

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

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


#aaf81d Background Color

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

This div background color is #aaf81d


#aaf81d Border Color

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

This div border color is #aaf81d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,248,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 #aaf81d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf81d

Related Colors


Comments

No comments written yet.

Please login to write comment.