Color Hex Logo

#aab74f Color Hex

#AAB74F
(170,183,79)
0 Favorites   0 Comments

Color spaces of #aab74f

RGB 17018379
HSL0.190.420.51
HSV68°57°72°
CMYK 0.070.000.57   0.28
XYZ34.922342.977513.8520
Yxy42.97750.38060.4684
Hunter Lab65.5572-19.638333.3623
CIE-Lab71.5397-19.209450.3422

#aab74f color RGB value is (170,183,79).

#aab74f hex color red value is 170, green value is 183 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #aab74f hue: 0.19 , saturation: 0.42 and the lightness value of aab74f is 0.51.

The process color (four color CMYK) of #aab74f color hex is 0.07, 0.00, 0.57, 0.28. Web safe color of #aab74f is #99cc66. Color #aab74f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110111 01001111
Octal 252 267 117
Decimal 170 183 79
Hex AA B7 4F

RGB Percentages of Color #aab74f

%39.35
%42.36
%18.29

CMYK Percentages of Color #aab74f

%7
%0
%57
%28

Triadic Colors of #aab74f

#aab74f #4faab7 #b74faa

Analogous Colors of #aab74f

#aab74f #76b74f #b7904f

Monochromatic Colors of #aab74f

#aab74f

Complementary Color

#aab74f #5c4fb7

#aab74f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab74f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab74f Color CSS Codes

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

#aab74f Text Font Color

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

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


#aab74f Background Color

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

This div background color is #aab74f


#aab74f Border Color

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

This div border color is #aab74f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab74f


Comments

No comments written yet.

Please login to write comment.