Color Hex Logo

#aac64b Color Hex

#AAC64B
(170,198,75)
0 Favorites   0 Comments

Color spaces of #aac64b

RGB 17019875
HSL0.200.520.54
HSV74°62°78°
CMYK 0.140.000.62   0.22
XYZ38.041649.442214.1949
Yxy49.44220.37410.4863
Hunter Lab70.3151-26.480237.2514
CIE-Lab75.7256-26.892256.7360

#aac64b color RGB value is (170,198,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000110 01001011
Octal 252 306 113
Decimal 170 198 75
Hex AA C6 4B

RGB Percentages of Color #aac64b

%38.37
%44.70
%16.93

CMYK Percentages of Color #aac64b

%14
%0
%62
%22

Triadic Colors of #aac64b

#aac64b #4baac6 #c64baa

Analogous Colors of #aac64b

#aac64b #6dc64b #c6a54b

Monochromatic Colors of #aac64b

#aac64b

Complementary Color

#aac64b #674bc6

#aac64b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac64b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac64b Color CSS Codes

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

#aac64b Text Font Color

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

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


#aac64b Background Color

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

This div background color is #aac64b


#aac64b Border Color

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

This div border color is #aac64b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac64b


Comments

No comments written yet.

Please login to write comment.