Color Hex Logo

#aaca19 Color Hex

#AACA19
(170,202,25)
0 Favorites   0 Comments

Color spaces of #aaca19

RGB 17020225
HSL0.200.780.45
HSV71°88°79°
CMYK 0.160.000.88   0.21
XYZ37.873650.85738.7400
Yxy50.85730.38860.5218
Hunter Lab71.3143-30.002342.6537
CIE-Lab76.5925-31.172073.3681

#aaca19 color RGB value is (170,202,25).

#aaca19 hex color red value is 170, green value is 202 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #aaca19 hue: 0.20 , saturation: 0.78 and the lightness value of aaca19 is 0.45.

The process color (four color CMYK) of #aaca19 color hex is 0.16, 0.00, 0.88, 0.21. Web safe color of #aaca19 is #99cc00. Color #aaca19 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001010 00011001
Octal 252 312 31
Decimal 170 202 25
Hex AA CA 19

RGB Percentages of Color #aaca19

%42.82
%50.88
%6.30

CMYK Percentages of Color #aaca19

%16
%0
%88
%21

Triadic Colors of #aaca19

#aaca19 #19aaca #ca19aa

Analogous Colors of #aaca19

#aaca19 #51ca19 #ca9219

Monochromatic Colors of #aaca19

#aaca19

Complementary Color

#aaca19 #3919ca

#aaca19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaca19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaca19 Color CSS Codes

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

#aaca19 Text Font Color

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

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


#aaca19 Background Color

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

This div background color is #aaca19


#aaca19 Border Color

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

This div border color is #aaca19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaca19


Comments

No comments written yet.

Please login to write comment.