Color Hex Logo

#aac718 Color Hex

#AAC718
(170,199,24)
0 Favorites   0 Comments

Color spaces of #aac718

RGB 17019924
HSL0.190.780.44
HSV70°88°78°
CMYK 0.150.000.88   0.22
XYZ37.165949.45888.4518
Yxy49.45880.39090.5202
Hunter Lab70.3270-28.739742.1035
CIE-Lab75.7359-29.785872.8501

#aac718 color RGB value is (170,199,24).

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

The process color (four color CMYK) of #aac718 color hex is 0.15, 0.00, 0.88, 0.22. Web safe color of #aac718 is #99cc00. Color #aac718 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000111 00011000
Octal 252 307 30
Decimal 170 199 24
Hex AA C7 18

RGB Percentages of Color #aac718

%43.26
%50.64
%6.11

CMYK Percentages of Color #aac718

%15
%0
%88
%22

Triadic Colors of #aac718

#aac718 #18aac7 #c718aa

Analogous Colors of #aac718

#aac718 #53c718 #c78d18

Monochromatic Colors of #aac718

#aac718

Complementary Color

#aac718 #3518c7

#aac718 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac718 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac718 Color CSS Codes

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

#aac718 Text Font Color

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

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


#aac718 Background Color

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

This div background color is #aac718


#aac718 Border Color

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

This div border color is #aac718


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac718


Comments

No comments written yet.

Please login to write comment.