Color Hex Logo

#aaf532 Color Hex

#AAF532
(170,245,50)
0 Favorites   0 Comments

Color spaces of #aaf532

RGB 17024550
HSL0.230.910.58
HSV83°80°96°
CMYK 0.310.000.80   0.04
XYZ49.805774.081214.6917
Yxy74.08120.35940.5346
Hunter Lab86.0704-47.332150.1289
CIE-Lab88.9608-49.313778.3859

#aaf532 color RGB value is (170,245,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110101 00110010
Octal 252 365 62
Decimal 170 245 50
Hex AA F5 32

RGB Percentages of Color #aaf532

%36.56
%52.69
%10.75

CMYK Percentages of Color #aaf532

%31
%0
%80
%4

Triadic Colors of #aaf532

#aaf532 #32aaf5 #f532aa

Analogous Colors of #aaf532

#aaf532 #49f532 #f5df32

Monochromatic Colors of #aaf532

#aaf532

Complementary Color

#aaf532 #7d32f5

#aaf532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf532 Color CSS Codes

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

#aaf532 Text Font Color

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

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


#aaf532 Background Color

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

This div background color is #aaf532


#aaf532 Border Color

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

This div border color is #aaf532


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf532


Comments

No comments written yet.

Please login to write comment.