Color Hex Logo

#aac83a Color Hex

#AAC83A
(170,200,58)
0 Favorites   0 Comments

Color spaces of #aac83a

RGB 17020058
HSL0.200.560.51
HSV73°71°78°
CMYK 0.150.000.71   0.22
XYZ37.995650.160111.6823
Yxy50.16010.38060.5024
Hunter Lab70.8238-28.179839.7968
CIE-Lab76.1674-28.945263.8738

#aac83a color RGB value is (170,200,58).

#aac83a hex color red value is 170, green value is 200 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #aac83a hue: 0.20 , saturation: 0.56 and the lightness value of aac83a is 0.51.

The process color (four color CMYK) of #aac83a color hex is 0.15, 0.00, 0.71, 0.22. Web safe color of #aac83a is #99cc33. Color #aac83a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001000 00111010
Octal 252 310 72
Decimal 170 200 58
Hex AA C8 3A

RGB Percentages of Color #aac83a

%39.72
%46.73
%13.55

CMYK Percentages of Color #aac83a

%15
%0
%71
%22

Triadic Colors of #aac83a

#aac83a #3aaac8 #c83aaa

Analogous Colors of #aac83a

#aac83a #63c83a #c89f3a

Monochromatic Colors of #aac83a

#aac83a

Complementary Color

#aac83a #583ac8

#aac83a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac83a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac83a Color CSS Codes

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

#aac83a Text Font Color

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

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


#aac83a Background Color

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

This div background color is #aac83a


#aac83a Border Color

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

This div border color is #aac83a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac83a


Comments

No comments written yet.

Please login to write comment.