Color Hex Logo

#aacc8b Color Hex

#AACC8B
(170,204,139)
0 Favorites   0 Comments

Color spaces of #aacc8b

RGB 170204139
HSL0.250.390.67
HSV91°32°80°
CMYK 0.170.000.32   0.20
XYZ42.830653.595932.5137
Yxy53.59590.33220.4157
Hunter Lab73.2092-23.685824.9146
CIE-Lab78.2255-22.812328.7781

#aacc8b color RGB value is (170,204,139).

#aacc8b hex color red value is 170, green value is 204 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #aacc8b hue: 0.25 , saturation: 0.39 and the lightness value of aacc8b is 0.67.

The process color (four color CMYK) of #aacc8b color hex is 0.17, 0.00, 0.32, 0.20. Web safe color of #aacc8b is #99cc99. Color #aacc8b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001100 10001011
Octal 252 314 213
Decimal 170 204 139
Hex AA CC 8B

RGB Percentages of Color #aacc8b

%33.14
%39.77
%27.10

CMYK Percentages of Color #aacc8b

%17
%0
%32
%20

Triadic Colors of #aacc8b

#aacc8b #8baacc #cc8baa

Analogous Colors of #aacc8b

#aacc8b #8bcc8d #cbcc8b

Monochromatic Colors of #aacc8b

#aacc8b

Complementary Color

#aacc8b #ad8bcc

#aacc8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacc8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacc8b Color CSS Codes

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

#aacc8b Text Font Color

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

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


#aacc8b Background Color

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

This div background color is #aacc8b


#aacc8b Border Color

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

This div border color is #aacc8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacc8b


Comments

No comments written yet.

Please login to write comment.