Color Hex Logo

#aac06b Color Hex

#AAC06B
(170,192,107)
0 Favorites   0 Comments

Color spaces of #aac06b

RGB 170192107
HSL0.210.400.59
HSV76°44°75°
CMYK 0.110.000.44   0.25
XYZ38.081047.306921.0340
Yxy47.30690.35780.4445
Hunter Lab68.7800-21.536030.0142
CIE-Lab74.3857-20.989440.2215

#aac06b color RGB value is (170,192,107).

#aac06b hex color red value is 170, green value is 192 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #aac06b hue: 0.21 , saturation: 0.40 and the lightness value of aac06b is 0.59.

The process color (four color CMYK) of #aac06b color hex is 0.11, 0.00, 0.44, 0.25. Web safe color of #aac06b is #99cc66. Color #aac06b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000000 01101011
Octal 252 300 153
Decimal 170 192 107
Hex AA C0 6B

RGB Percentages of Color #aac06b

%36.25
%40.94
%22.81

CMYK Percentages of Color #aac06b

%11
%0
%44
%25

Triadic Colors of #aac06b

#aac06b #6baac0 #c06baa

Analogous Colors of #aac06b

#aac06b #80c06b #c0ac6b

Monochromatic Colors of #aac06b

#aac06b

Complementary Color

#aac06b #816bc0

#aac06b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac06b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac06b Color CSS Codes

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

#aac06b Text Font Color

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

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


#aac06b Background Color

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

This div background color is #aac06b


#aac06b Border Color

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

This div border color is #aac06b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac06b


Comments

No comments written yet.

Please login to write comment.