Color Hex Logo

#aaf94b Color Hex

#AAF94B
(170,249,75)
0 Favorites   0 Comments

Color spaces of #aaf94b

RGB 17024975
HSL0.240.940.64
HSV87°70°98°
CMYK 0.320.000.70   0.02
XYZ51.723276.805418.7554
Yxy76.80540.35120.5215
Hunter Lab87.6387-48.019448.6585
CIE-Lab90.2320-49.684571.8782

#aaf94b color RGB value is (170,249,75).

#aaf94b hex color red value is 170, green value is 249 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #aaf94b hue: 0.24 , saturation: 0.94 and the lightness value of aaf94b is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111001 01001011
Octal 252 371 113
Decimal 170 249 75
Hex AA F9 4B

RGB Percentages of Color #aaf94b

%34.41
%50.40
%15.18

CMYK Percentages of Color #aaf94b

%32
%0
%70
%2

Triadic Colors of #aaf94b

#aaf94b #4baaf9 #f94baa

Analogous Colors of #aaf94b

#aaf94b #53f94b #f9f14b

Monochromatic Colors of #aaf94b

#aaf94b

Complementary Color

#aaf94b #9a4bf9

#aaf94b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf94b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf94b Color CSS Codes

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

#aaf94b Text Font Color

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

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


#aaf94b Background Color

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

This div background color is #aaf94b


#aaf94b Border Color

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

This div border color is #aaf94b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf94b

Related Colors


Comments

No comments written yet.

Please login to write comment.