Color Hex Logo

#aac61b Color Hex

#AAC61B
(170,198,27)
0 Favorites   0 Comments

Color spaces of #aac61b

RGB 17019827
HSL0.190.760.44
HSV70°86°78°
CMYK 0.140.000.86   0.22
XYZ36.969549.01338.5489
Yxy49.01330.39110.5185
Hunter Lab70.0095-28.257241.7667
CIE-Lab75.4596-29.240272.0483

#aac61b color RGB value is (170,198,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000110 00011011
Octal 252 306 33
Decimal 170 198 27
Hex AA C6 1B

RGB Percentages of Color #aac61b

%43.04
%50.13
%6.84

CMYK Percentages of Color #aac61b

%14
%0
%86
%22

Triadic Colors of #aac61b

#aac61b #1baac6 #c61baa

Analogous Colors of #aac61b

#aac61b #54c61b #c68d1b

Monochromatic Colors of #aac61b

#aac61b

Complementary Color

#aac61b #371bc6

#aac61b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac61b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac61b Color CSS Codes

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

#aac61b Text Font Color

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

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


#aac61b Background Color

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

This div background color is #aac61b


#aac61b Border Color

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

This div border color is #aac61b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,198,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 #aac61b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac61b


Comments

No comments written yet.

Please login to write comment.