Color Hex Logo

#aabf1e Color Hex

#AABF1E
(170,191,30)
0 Favorites   0 Comments

Color spaces of #aabf1e

RGB 17019130
HSL0.190.730.43
HSV68°84°75°
CMYK 0.110.000.84   0.25
XYZ35.442745.90148.2201
Yxy45.90140.39570.5125
Hunter Lab67.7506-25.183940.2318
CIE-Lab73.4815-25.809269.7501

#aabf1e color RGB value is (170,191,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111111 00011110
Octal 252 277 36
Decimal 170 191 30
Hex AA BF 1E

RGB Percentages of Color #aabf1e

%43.48
%48.85
%7.67

CMYK Percentages of Color #aabf1e

%11
%0
%84
%25

Triadic Colors of #aabf1e

#aabf1e #1eaabf #bf1eaa

Analogous Colors of #aabf1e

#aabf1e #5abf1e #bf841e

Monochromatic Colors of #aabf1e

#aabf1e

Complementary Color

#aabf1e #331ebf

#aabf1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabf1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabf1e Color CSS Codes

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

#aabf1e Text Font Color

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

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


#aabf1e Background Color

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

This div background color is #aabf1e


#aabf1e Border Color

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

This div border color is #aabf1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabf1e


Comments

No comments written yet.

Please login to write comment.