Color Hex Logo

#aac913 Color Hex

#AAC913
(170,201,19)
0 Favorites   0 Comments

Color spaces of #aac913

RGB 17020119
HSL0.200.830.43
HSV70°91°79°
CMYK 0.150.000.91   0.21
XYZ37.581850.36648.3570
Yxy50.36640.39020.5230
Hunter Lab70.9693-29.671542.6968
CIE-Lab76.2936-30.831174.1319

#aac913 color RGB value is (170,201,19).

#aac913 hex color red value is 170, green value is 201 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #aac913 hue: 0.20 , saturation: 0.83 and the lightness value of aac913 is 0.43.

The process color (four color CMYK) of #aac913 color hex is 0.15, 0.00, 0.91, 0.21. Web safe color of #aac913 is #99cc00. Color #aac913 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001001 00010011
Octal 252 311 23
Decimal 170 201 19
Hex AA C9 13

RGB Percentages of Color #aac913

%43.59
%51.54
%4.87

CMYK Percentages of Color #aac913

%15
%0
%91
%21

Triadic Colors of #aac913

#aac913 #13aac9 #c913aa

Analogous Colors of #aac913

#aac913 #4fc913 #c98d13

Monochromatic Colors of #aac913

#aac913

Complementary Color

#aac913 #3213c9

#aac913 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac913 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac913 Color CSS Codes

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

#aac913 Text Font Color

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

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


#aac913 Background Color

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

This div background color is #aac913


#aac913 Border Color

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

This div border color is #aac913


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac913


Comments

No comments written yet.

Please login to write comment.