Color Hex Logo

#aabb3f Color Hex

#AABB3F
(170,187,63)
0 Favorites   0 Comments

Color spaces of #aabb3f

RGB 17018763
HSL0.190.500.49
HSV68°66°73°
CMYK 0.090.000.66   0.27
XYZ35.245144.445611.4239
Yxy44.44560.38680.4878
Hunter Lab66.6675-22.300736.5076
CIE-Lab72.5253-22.357858.3003

#aabb3f color RGB value is (170,187,63).

#aabb3f hex color red value is 170, green value is 187 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #aabb3f hue: 0.19 , saturation: 0.50 and the lightness value of aabb3f is 0.49.

The process color (four color CMYK) of #aabb3f color hex is 0.09, 0.00, 0.66, 0.27. Web safe color of #aabb3f is #99cc33. Color #aabb3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111011 00111111
Octal 252 273 77
Decimal 170 187 63
Hex AA BB 3F

RGB Percentages of Color #aabb3f

%40.48
%44.52
%15.00

CMYK Percentages of Color #aabb3f

%9
%0
%66
%27

Triadic Colors of #aabb3f

#aabb3f #3faabb #bb3faa

Analogous Colors of #aabb3f

#aabb3f #6cbb3f #bb8e3f

Monochromatic Colors of #aabb3f

#aabb3f

Complementary Color

#aabb3f #503fbb

#aabb3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabb3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabb3f Color CSS Codes

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

#aabb3f Text Font Color

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

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


#aabb3f Background Color

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

This div background color is #aabb3f


#aabb3f Border Color

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

This div border color is #aabb3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabb3f


Comments

No comments written yet.

Please login to write comment.