Color Hex Logo

#aaf43f Color Hex

#AAF43F
(170,244,63)
0 Favorites   0 Comments

Color spaces of #aaf43f

RGB 17024463
HSL0.230.890.60
HSV85°74°96°
CMYK 0.300.000.74   0.04
XYZ49.825573.606316.2840
Yxy73.60630.35660.5268
Hunter Lab85.7941-46.474648.8024
CIE-Lab88.7361-48.291474.4188

#aaf43f color RGB value is (170,244,63).

#aaf43f hex color red value is 170, green value is 244 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #aaf43f hue: 0.23 , saturation: 0.89 and the lightness value of aaf43f is 0.60.

The process color (four color CMYK) of #aaf43f color hex is 0.30, 0.00, 0.74, 0.04. Web safe color of #aaf43f is #99ff33. Color #aaf43f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110100 00111111
Octal 252 364 77
Decimal 170 244 63
Hex AA F4 3F

RGB Percentages of Color #aaf43f

%35.64
%51.15
%13.21

CMYK Percentages of Color #aaf43f

%30
%0
%74
%4

Triadic Colors of #aaf43f

#aaf43f #3faaf4 #f43faa

Analogous Colors of #aaf43f

#aaf43f #50f43f #f4e43f

Monochromatic Colors of #aaf43f

#aaf43f

Complementary Color

#aaf43f #893ff4

#aaf43f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf43f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf43f Color CSS Codes

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

#aaf43f Text Font Color

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

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


#aaf43f Background Color

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

This div background color is #aaf43f


#aaf43f Border Color

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

This div border color is #aaf43f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf43f


Comments

No comments written yet.

Please login to write comment.