Color Hex Logo

#aabb3d Color Hex

#AABB3D
(170,187,61)
0 Favorites   0 Comments

Color spaces of #aabb3d

RGB 17018761
HSL0.190.510.49
HSV68°67°73°
CMYK 0.090.000.67   0.27
XYZ35.190244.423611.1348
Yxy44.42360.38780.4895
Hunter Lab66.6510-22.395436.7507
CIE-Lab72.5107-22.481459.0776

#aabb3d color RGB value is (170,187,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111011 00111101
Octal 252 273 75
Decimal 170 187 61
Hex AA BB 3D

RGB Percentages of Color #aabb3d

%40.67
%44.74
%14.59

CMYK Percentages of Color #aabb3d

%9
%0
%67
%27

Triadic Colors of #aabb3d

#aabb3d #3daabb #bb3daa

Analogous Colors of #aabb3d

#aabb3d #6bbb3d #bb8d3d

Monochromatic Colors of #aabb3d

#aabb3d

Complementary Color

#aabb3d #4e3dbb

#aabb3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabb3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabb3d Color CSS Codes

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

#aabb3d Text Font Color

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

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


#aabb3d Background Color

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

This div background color is #aabb3d


#aabb3d Border Color

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

This div border color is #aabb3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabb3d


Comments

No comments written yet.

Please login to write comment.