color codes Logo

#aab80f color codes

#AAB80F
(170,184,15)
0 Favorites   0 Comments

Color spaces of #aab80f

RGB 17018415
HSL0.180.850.39
HSV65°92°72°
CMYK 0.080.000.92   0.28
XYZ33.804342.86156.9434
Yxy42.86150.40430.5126
Hunter Lab65.4687-22.403039.5400
CIE-Lab71.4609-22.732770.8908

#aab80f color RGB value is (170,184,15).

#aab80f hex color red value is 170, green value is 184 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #aab80f hue: 0.18 , saturation: 0.85 and the lightness value of aab80f is 0.39.

The process color (four color CMYK) of #aab80f color code is 0.08, 0.00, 0.92, 0.28. Web safe color of #aab80f is #99cc00. Color #aab80f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111000 00001111
Octal 252 270 17
Decimal 170 184 15
Hex AA B8 F

RGB Percentages of Color #aab80f

%46.07
%49.86
%4.07

CMYK Percentages of Color #aab80f

%8
%0
%92
%28

Triadic Colors of #aab80f

#aab80f #0faab8 #b80faa

Analogous Colors of #aab80f

#aab80f #56b80f #b8720f

Monochromatic Colors of #aab80f

#aab80f

Complementary Color

#aab80f #1d0fb8

#aab80f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab80f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab80f Color CSS Codes

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

#aab80f Text Font Color

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

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


#aab80f Background Color

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

This div background color is #aab80f


#aab80f Border Color

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

This div border color is #aab80f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab80f


Comments

No comments written yet.

Please login to write comment.