color codes Logo

#aabb3c color codes

#AABB3C
(170,187,60)
0 Favorites   0 Comments

Color spaces of #aabb3c

RGB 17018760
HSL0.190.510.48
HSV68°68°73°
CMYK 0.090.000.68   0.27
XYZ35.163544.412910.9942
Yxy44.41290.38820.4904
Hunter Lab66.6430-22.441636.8689
CIE-Lab72.5036-22.541659.4607

#aabb3c color RGB value is (170,187,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111011 00111100
Octal 252 273 74
Decimal 170 187 60
Hex AA BB 3C

RGB Percentages of Color #aabb3c

%40.77
%44.84
%14.39

CMYK Percentages of Color #aabb3c

%9
%0
%68
%27

Triadic Colors of #aabb3c

#aabb3c #3caabb #bb3caa

Analogous Colors of #aabb3c

#aabb3c #6bbb3c #bb8d3c

Monochromatic Colors of #aabb3c

#aabb3c

Complementary Color

#aabb3c #4d3cbb

#aabb3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabb3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabb3c Color CSS Codes

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

#aabb3c Text Font Color

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

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


#aabb3c Background Color

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

This div background color is #aabb3c


#aabb3c Border Color

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

This div border color is #aabb3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabb3c


Comments

No comments written yet.

Please login to write comment.