Color Hex Logo

#aabb4d Color Hex

#AABB4D
(170,187,77)
0 Favorites   0 Comments

Color spaces of #aabb4d

RGB 17018777
HSL0.190.450.52
HSV69°59°73°
CMYK 0.090.000.59   0.27
XYZ35.687444.622513.7533
Yxy44.62250.37940.4744
Hunter Lab66.8001-21.537934.5530
CIE-Lab72.6426-21.367052.4833

#aabb4d color RGB value is (170,187,77).

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

The process color (four color CMYK) of #aabb4d color hex is 0.09, 0.00, 0.59, 0.27. Web safe color of #aabb4d is #99cc66. Color #aabb4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111011 01001101
Octal 252 273 115
Decimal 170 187 77
Hex AA BB 4D

RGB Percentages of Color #aabb4d

%39.17
%43.09
%17.74

CMYK Percentages of Color #aabb4d

%9
%0
%59
%27

Triadic Colors of #aabb4d

#aabb4d #4daabb #bb4daa

Analogous Colors of #aabb4d

#aabb4d #73bb4d #bb954d

Monochromatic Colors of #aabb4d

#aabb4d

Complementary Color

#aabb4d #5e4dbb

#aabb4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabb4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabb4d Color CSS Codes

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

#aabb4d Text Font Color

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

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


#aabb4d Background Color

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

This div background color is #aabb4d


#aabb4d Border Color

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

This div border color is #aabb4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabb4d


Comments

No comments written yet.

Please login to write comment.