Color Hex Logo

#aacb6e Color Hex

#AACB6E
(170,203,110)
0 Favorites   0 Comments

Color spaces of #aacb6e

RGB 170203110
HSL0.230.470.61
HSV81°46°80°
CMYK 0.160.000.46   0.20
XYZ40.748052.383722.7153
Yxy52.38370.35170.4522
Hunter Lab72.3766-26.163632.0555
CIE-Lab77.5097-26.043542.6059

#aacb6e color RGB value is (170,203,110).

#aacb6e hex color red value is 170, green value is 203 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #aacb6e hue: 0.23 , saturation: 0.47 and the lightness value of aacb6e is 0.61.

The process color (four color CMYK) of #aacb6e color hex is 0.16, 0.00, 0.46, 0.20. Web safe color of #aacb6e is #99cc66. Color #aacb6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001011 01101110
Octal 252 313 156
Decimal 170 203 110
Hex AA CB 6E

RGB Percentages of Color #aacb6e

%35.20
%42.03
%22.77

CMYK Percentages of Color #aacb6e

%16
%0
%46
%20

Triadic Colors of #aacb6e

#aacb6e #6eaacb #cb6eaa

Analogous Colors of #aacb6e

#aacb6e #7ccb6e #cbbe6e

Monochromatic Colors of #aacb6e

#aacb6e

Complementary Color

#aacb6e #8f6ecb

#aacb6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacb6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacb6e Color CSS Codes

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

#aacb6e Text Font Color

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

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


#aacb6e Background Color

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

This div background color is #aacb6e


#aacb6e Border Color

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

This div border color is #aacb6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacb6e


Comments

No comments written yet.

Please login to write comment.