Color Hex Logo

#aabb3a Color Hex

#AABB3A
(170,187,58)
0 Favorites   0 Comments

Color spaces of #aabb3a

RGB 17018758
HSL0.190.530.48
HSV68°69°73°
CMYK 0.090.000.69   0.27
XYZ35.111644.392210.7210
Yxy44.39220.38920.4920
Hunter Lab66.6275-22.531537.0989
CIE-Lab72.4899-22.659060.2149

#aabb3a color RGB value is (170,187,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111011 00111010
Octal 252 273 72
Decimal 170 187 58
Hex AA BB 3A

RGB Percentages of Color #aabb3a

%40.96
%45.06
%13.98

CMYK Percentages of Color #aabb3a

%9
%0
%69
%27

Triadic Colors of #aabb3a

#aabb3a #3aaabb #bb3aaa

Analogous Colors of #aabb3a

#aabb3a #6abb3a #bb8c3a

Monochromatic Colors of #aabb3a

#aabb3a

Complementary Color

#aabb3a #4b3abb

#aabb3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabb3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabb3a Color CSS Codes

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

#aabb3a Text Font Color

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

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


#aabb3a Background Color

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

This div background color is #aabb3a


#aabb3a Border Color

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

This div border color is #aabb3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabb3a


Comments

No comments written yet.

Please login to write comment.