Color Hex Logo

#aac40b Color Hex

#AAC40B
(170,196,11)
0 Favorites   0 Comments

Color spaces of #aac40b

RGB 17019611
HSL0.190.890.41
HSV68°94°77°
CMYK 0.130.000.94   0.23
XYZ36.377948.05017.6739
Yxy48.05010.39500.5217
Hunter Lab69.3182-27.630741.9590
CIE-Lab74.8565-28.598074.0361

#aac40b color RGB value is (170,196,11).

#aac40b hex color red value is 170, green value is 196 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #aac40b hue: 0.19 , saturation: 0.89 and the lightness value of aac40b is 0.41.

The process color (four color CMYK) of #aac40b color hex is 0.13, 0.00, 0.94, 0.23. Web safe color of #aac40b is #99cc00. Color #aac40b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000100 00001011
Octal 252 304 13
Decimal 170 196 11
Hex AA C4 B

RGB Percentages of Color #aac40b

%45.09
%51.99
%2.92

CMYK Percentages of Color #aac40b

%13
%0
%94
%23

Triadic Colors of #aac40b

#aac40b #0baac4 #c40baa

Analogous Colors of #aac40b

#aac40b #4ec40b #c4820b

Monochromatic Colors of #aac40b

#aac40b

Complementary Color

#aac40b #250bc4

#aac40b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac40b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac40b Color CSS Codes

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

#aac40b Text Font Color

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

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


#aac40b Background Color

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

This div background color is #aac40b


#aac40b Border Color

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

This div border color is #aac40b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac40b


Comments

No comments written yet.

Please login to write comment.