Color Hex Logo

#aabb4b Color Hex

#AABB4B
(170,187,75)
0 Favorites   0 Comments

Color spaces of #aabb4b

RGB 17018775
HSL0.190.450.51
HSV69°60°73°
CMYK 0.090.000.60   0.27
XYZ35.617944.594713.3870
Yxy44.59470.38050.4764
Hunter Lab66.7793-21.657634.8598
CIE-Lab72.6242-21.521953.3505

#aabb4b color RGB value is (170,187,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111011 01001011
Octal 252 273 113
Decimal 170 187 75
Hex AA BB 4B

RGB Percentages of Color #aabb4b

%39.35
%43.29
%17.36

CMYK Percentages of Color #aabb4b

%9
%0
%60
%27

Triadic Colors of #aabb4b

#aabb4b #4baabb #bb4baa

Analogous Colors of #aabb4b

#aabb4b #72bb4b #bb944b

Monochromatic Colors of #aabb4b

#aabb4b

Complementary Color

#aabb4b #5c4bbb

#aabb4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabb4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabb4b Color CSS Codes

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

#aabb4b Text Font Color

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

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


#aabb4b Background Color

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

This div background color is #aabb4b


#aabb4b Border Color

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

This div border color is #aabb4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabb4b


Comments

No comments written yet.

Please login to write comment.