Color Hex Logo

#aabb3b Color Hex

#AABB3B
(170,187,59)
0 Favorites   0 Comments

Color spaces of #aabb3b

RGB 17018759
HSL0.190.520.48
HSV68°68°73°
CMYK 0.090.000.68   0.27
XYZ35.137344.402510.8563
Yxy44.40250.38870.4912
Hunter Lab66.6352-22.487136.9850
CIE-Lab72.4967-22.601059.8398

#aabb3b color RGB value is (170,187,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111011 00111011
Octal 252 273 73
Decimal 170 187 59
Hex AA BB 3B

RGB Percentages of Color #aabb3b

%40.87
%44.95
%14.18

CMYK Percentages of Color #aabb3b

%9
%0
%68
%27

Triadic Colors of #aabb3b

#aabb3b #3baabb #bb3baa

Analogous Colors of #aabb3b

#aabb3b #6abb3b #bb8c3b

Monochromatic Colors of #aabb3b

#aabb3b

Complementary Color

#aabb3b #4c3bbb

#aabb3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabb3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabb3b Color CSS Codes

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

#aabb3b Text Font Color

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

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


#aabb3b Background Color

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

This div background color is #aabb3b


#aabb3b Border Color

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

This div border color is #aabb3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabb3b


Comments

No comments written yet.

Please login to write comment.