Color Hex Logo

#aacd8b Color Hex

#AACD8B
(170,205,139)
0 Favorites   0 Comments

Color spaces of #aacd8b

RGB 170205139
HSL0.260.400.67
HSV92°32°80°
CMYK 0.170.000.32   0.20
XYZ43.069154.072832.5932
Yxy54.07280.33200.4168
Hunter Lab73.5342-24.137125.1943
CIE-Lab78.5042-23.303229.1497

#aacd8b color RGB value is (170,205,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001101 10001011
Octal 252 315 213
Decimal 170 205 139
Hex AA CD 8B

RGB Percentages of Color #aacd8b

%33.07
%39.88
%27.04

CMYK Percentages of Color #aacd8b

%17
%0
%32
%20

Triadic Colors of #aacd8b

#aacd8b #8baacd #cd8baa

Analogous Colors of #aacd8b

#aacd8b #8bcd8d #cbcd8b

Monochromatic Colors of #aacd8b

#aacd8b

Complementary Color

#aacd8b #ae8bcd

#aacd8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacd8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacd8b Color CSS Codes

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

#aacd8b Text Font Color

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

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


#aacd8b Background Color

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

This div background color is #aacd8b


#aacd8b Border Color

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

This div border color is #aacd8b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,205,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 #aacd8b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacd8b


Comments

No comments written yet.

Please login to write comment.