Color Hex Logo

#aac30b Color Hex

#AAC30B
(170,195,11)
0 Favorites   0 Comments

Color spaces of #aac30b

RGB 17019511
HSL0.190.890.40
HSV68°94°76°
CMYK 0.130.000.94   0.24
XYZ36.153147.60047.5989
Yxy47.60040.39580.5211
Hunter Lab68.9930-27.201941.7649
CIE-Lab74.5722-28.121873.8159

#aac30b color RGB value is (170,195,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000011 00001011
Octal 252 303 13
Decimal 170 195 11
Hex AA C3 B

RGB Percentages of Color #aac30b

%45.21
%51.86
%2.93

CMYK Percentages of Color #aac30b

%13
%0
%94
%24

Triadic Colors of #aac30b

#aac30b #0baac3 #c30baa

Analogous Colors of #aac30b

#aac30b #4ec30b #c3800b

Monochromatic Colors of #aac30b

#aac30b

Complementary Color

#aac30b #240bc3

#aac30b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac30b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac30b Color CSS Codes

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

#aac30b Text Font Color

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

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


#aac30b Background Color

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

This div background color is #aac30b


#aac30b Border Color

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

This div border color is #aac30b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac30b


Comments

No comments written yet.

Please login to write comment.