Color Hex Logo

#aac41b Color Hex

#AAC41B
(170,196,27)
0 Favorites   0 Comments

Color spaces of #aac41b

RGB 17019627
HSL0.190.760.44
HSV69°86°77°
CMYK 0.130.000.86   0.23
XYZ36.515348.10508.3975
Yxy48.10500.39260.5172
Hunter Lab69.3578-27.399941.3719
CIE-Lab74.8911-28.290671.5767

#aac41b color RGB value is (170,196,27).

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

The process color (four color CMYK) of #aac41b color hex is 0.13, 0.00, 0.86, 0.23. Web safe color of #aac41b is #99cc33. Color #aac41b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000100 00011011
Octal 252 304 33
Decimal 170 196 27
Hex AA C4 1B

RGB Percentages of Color #aac41b

%43.26
%49.87
%6.87

CMYK Percentages of Color #aac41b

%13
%0
%86
%23

Triadic Colors of #aac41b

#aac41b #1baac4 #c41baa

Analogous Colors of #aac41b

#aac41b #55c41b #c48a1b

Monochromatic Colors of #aac41b

#aac41b

Complementary Color

#aac41b #351bc4

#aac41b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac41b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac41b Color CSS Codes

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

#aac41b Text Font Color

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

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


#aac41b Background Color

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

This div background color is #aac41b


#aac41b Border Color

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

This div border color is #aac41b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac41b


Comments

No comments written yet.

Please login to write comment.