Color Hex Logo

#aac46b Color Hex

#AAC46B
(170,196,107)
0 Favorites   0 Comments

Color spaces of #aac46b

RGB 170196107
HSL0.220.430.59
HSV78°45°77°
CMYK 0.130.000.45   0.23
XYZ38.971349.087421.3307
Yxy49.08740.35630.4487
Hunter Lab70.0624-23.320930.9927
CIE-Lab75.5057-22.966641.6115

#aac46b color RGB value is (170,196,107).

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

The process color (four color CMYK) of #aac46b color hex is 0.13, 0.00, 0.45, 0.23. Web safe color of #aac46b is #99cc66. Color #aac46b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000100 01101011
Octal 252 304 153
Decimal 170 196 107
Hex AA C4 6B

RGB Percentages of Color #aac46b

%35.94
%41.44
%22.62

CMYK Percentages of Color #aac46b

%13
%0
%45
%23

Triadic Colors of #aac46b

#aac46b #6baac4 #c46baa

Analogous Colors of #aac46b

#aac46b #7ec46b #c4b26b

Monochromatic Colors of #aac46b

#aac46b

Complementary Color

#aac46b #856bc4

#aac46b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac46b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac46b Color CSS Codes

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

#aac46b Text Font Color

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

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


#aac46b Background Color

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

This div background color is #aac46b


#aac46b Border Color

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

This div border color is #aac46b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac46b


Comments

No comments written yet.

Please login to write comment.