Color Hex Logo

#aabb6c Color Hex

#AABB6C
(170,187,108)
0 Favorites   0 Comments

Color spaces of #aabb6c

RGB 170187108
HSL0.200.370.58
HSV73°42°73°
CMYK 0.090.000.42   0.27
XYZ37.054745.169420.9529
Yxy45.16940.35910.4378
Hunter Lab67.2082-19.199828.5614
CIE-Lab73.0033-18.372537.9869

#aabb6c color RGB value is (170,187,108).

#aabb6c hex color red value is 170, green value is 187 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #aabb6c hue: 0.20 , saturation: 0.37 and the lightness value of aabb6c is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111011 01101100
Octal 252 273 154
Decimal 170 187 108
Hex AA BB 6C

RGB Percentages of Color #aabb6c

%36.56
%40.22
%23.23

CMYK Percentages of Color #aabb6c

%9
%0
%42
%27

Triadic Colors of #aabb6c

#aabb6c #6caabb #bb6caa

Analogous Colors of #aabb6c

#aabb6c #83bb6c #bba56c

Monochromatic Colors of #aabb6c

#aabb6c

Complementary Color

#aabb6c #7d6cbb

#aabb6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabb6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabb6c Color CSS Codes

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

#aabb6c Text Font Color

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

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


#aabb6c Background Color

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

This div background color is #aabb6c


#aabb6c Border Color

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

This div border color is #aabb6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabb6c


Comments

No comments written yet.

Please login to write comment.