Color Hex Logo

#aabf1f Color Hex

#AABF1F
(170,191,31)
0 Favorites   0 Comments

Color spaces of #aabf1f

RGB 17019131
HSL0.190.720.44
HSV68°84°75°
CMYK 0.110.000.84   0.25
XYZ35.455745.90668.2885
Yxy45.90660.39550.5121
Hunter Lab67.7544-25.161640.1751
CIE-Lab73.4849-25.779869.5221

#aabf1f color RGB value is (170,191,31).

#aabf1f hex color red value is 170, green value is 191 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #aabf1f hue: 0.19 , saturation: 0.72 and the lightness value of aabf1f is 0.44.

The process color (four color CMYK) of #aabf1f color hex is 0.11, 0.00, 0.84, 0.25. Web safe color of #aabf1f is #99cc33. Color #aabf1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111111 00011111
Octal 252 277 37
Decimal 170 191 31
Hex AA BF 1F

RGB Percentages of Color #aabf1f

%43.37
%48.72
%7.91

CMYK Percentages of Color #aabf1f

%11
%0
%84
%25

Triadic Colors of #aabf1f

#aabf1f #1faabf #bf1faa

Analogous Colors of #aabf1f

#aabf1f #5abf1f #bf841f

Monochromatic Colors of #aabf1f

#aabf1f

Complementary Color

#aabf1f #341fbf

#aabf1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabf1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabf1f Color CSS Codes

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

#aabf1f Text Font Color

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

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


#aabf1f Background Color

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

This div background color is #aabf1f


#aabf1f Border Color

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

This div border color is #aabf1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabf1f


Comments

No comments written yet.

Please login to write comment.