Color Hex Logo

#aaf52b Color Hex

#AAF52B
(170,245,43)
0 Favorites   0 Comments

Color spaces of #aaf52b

RGB 17024543
HSL0.230.910.56
HSV82°82°96°
CMYK 0.310.000.82   0.04
XYZ49.666074.025313.9561
Yxy74.02530.36080.5378
Hunter Lab86.0380-47.526150.6092
CIE-Lab88.9344-49.577180.0818

#aaf52b color RGB value is (170,245,43).

#aaf52b hex color red value is 170, green value is 245 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #aaf52b hue: 0.23 , saturation: 0.91 and the lightness value of aaf52b is 0.56.

The process color (four color CMYK) of #aaf52b color hex is 0.31, 0.00, 0.82, 0.04. Web safe color of #aaf52b is #99ff33. Color #aaf52b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110101 00101011
Octal 252 365 53
Decimal 170 245 43
Hex AA F5 2B

RGB Percentages of Color #aaf52b

%37.12
%53.49
%9.39

CMYK Percentages of Color #aaf52b

%31
%0
%82
%4

Triadic Colors of #aaf52b

#aaf52b #2baaf5 #f52baa

Analogous Colors of #aaf52b

#aaf52b #45f52b #f5db2b

Monochromatic Colors of #aaf52b

#aaf52b

Complementary Color

#aaf52b #762bf5

#aaf52b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf52b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf52b Color CSS Codes

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

#aaf52b Text Font Color

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

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


#aaf52b Background Color

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

This div background color is #aaf52b


#aaf52b Border Color

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

This div border color is #aaf52b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf52b


Comments

No comments written yet.

Please login to write comment.