Color Hex Logo

#aac62b Color Hex

#AAC62B
(170,198,43)
0 Favorites   0 Comments

Color spaces of #aac62b

RGB 17019843
HSL0.200.640.47
HSV71°78°78°
CMYK 0.140.000.78   0.22
XYZ37.207749.10869.8034
Yxy49.10860.38710.5109
Hunter Lab70.0775-27.861040.7600
CIE-Lab75.5188-28.713368.1510

#aac62b color RGB value is (170,198,43).

#aac62b hex color red value is 170, green value is 198 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #aac62b hue: 0.20 , saturation: 0.64 and the lightness value of aac62b is 0.47.

The process color (four color CMYK) of #aac62b color hex is 0.14, 0.00, 0.78, 0.22. Web safe color of #aac62b is #99cc33. Color #aac62b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000110 00101011
Octal 252 306 53
Decimal 170 198 43
Hex AA C6 2B

RGB Percentages of Color #aac62b

%41.36
%48.18
%10.46

CMYK Percentages of Color #aac62b

%14
%0
%78
%22

Triadic Colors of #aac62b

#aac62b #2baac6 #c62baa

Analogous Colors of #aac62b

#aac62b #5dc62b #c6952b

Monochromatic Colors of #aac62b

#aac62b

Complementary Color

#aac62b #472bc6

#aac62b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac62b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac62b Color CSS Codes

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

#aac62b Text Font Color

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

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


#aac62b Background Color

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

This div background color is #aac62b


#aac62b Border Color

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

This div border color is #aac62b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac62b


Comments

No comments written yet.

Please login to write comment.