Color Hex Logo

#aacb8e Color Hex

#AACB8E
(170,203,142)
0 Favorites   0 Comments

Color spaces of #aacb8e

RGB 170203142
HSL0.260.370.68
HSV92°30°80°
CMYK 0.160.000.30   0.20
XYZ42.816053.210933.6053
Yxy53.21090.33030.4105
Hunter Lab72.9458-22.883423.7478
CIE-Lab77.9994-21.881026.9086

#aacb8e color RGB value is (170,203,142).

#aacb8e hex color red value is 170, green value is 203 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #aacb8e hue: 0.26 , saturation: 0.37 and the lightness value of aacb8e is 0.68.

The process color (four color CMYK) of #aacb8e color hex is 0.16, 0.00, 0.30, 0.20. Web safe color of #aacb8e is #99cc99. Color #aacb8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001011 10001110
Octal 252 313 216
Decimal 170 203 142
Hex AA CB 8E

RGB Percentages of Color #aacb8e

%33.01
%39.42
%27.57

CMYK Percentages of Color #aacb8e

%16
%0
%30
%20

Triadic Colors of #aacb8e

#aacb8e #8eaacb #cb8eaa

Analogous Colors of #aacb8e

#aacb8e #8ecb91 #c9cb8e

Monochromatic Colors of #aacb8e

#aacb8e

Complementary Color

#aacb8e #af8ecb

#aacb8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacb8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacb8e Color CSS Codes

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

#aacb8e Text Font Color

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

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


#aacb8e Background Color

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

This div background color is #aacb8e


#aacb8e Border Color

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

This div border color is #aacb8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacb8e


Comments

No comments written yet.

Please login to write comment.