Color Hex Logo

#aab65f Color Hex

#AAB65F
(170,182,95)
0 Favorites   0 Comments

Color spaces of #aab65f

RGB 17018295
HSL0.190.370.54
HSV68°48°71°
CMYK 0.070.000.48   0.29
XYZ35.371142.828217.2289
Yxy42.82820.37070.4488
Hunter Lab65.4433-18.049130.2013
CIE-Lab71.4382-17.244442.5800

#aab65f color RGB value is (170,182,95).

#aab65f hex color red value is 170, green value is 182 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #aab65f hue: 0.19 , saturation: 0.37 and the lightness value of aab65f is 0.54.

The process color (four color CMYK) of #aab65f color hex is 0.07, 0.00, 0.48, 0.29. Web safe color of #aab65f is #99cc66. Color #aab65f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110110 01011111
Octal 252 266 137
Decimal 170 182 95
Hex AA B6 5F

RGB Percentages of Color #aab65f

%38.03
%40.72
%21.25

CMYK Percentages of Color #aab65f

%7
%0
%48
%29

Triadic Colors of #aab65f

#aab65f #5faab6 #b65faa

Analogous Colors of #aab65f

#aab65f #7fb65f #b6975f

Monochromatic Colors of #aab65f

#aab65f

Complementary Color

#aab65f #6b5fb6

#aab65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab65f Color CSS Codes

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

#aab65f Text Font Color

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

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


#aab65f Background Color

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

This div background color is #aab65f


#aab65f Border Color

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

This div border color is #aab65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab65f


Comments

No comments written yet.

Please login to write comment.