Color Hex Logo

#aac710 Color Hex

#AAC710
(170,199,16)
0 Favorites   0 Comments

Color spaces of #aac710

RGB 17019916
HSL0.190.850.42
HSV70°92°78°
CMYK 0.150.000.92   0.22
XYZ37.094549.43038.0761
Yxy49.43030.39210.5225
Hunter Lab70.3067-28.858342.4041
CIE-Lab75.7182-29.944174.1031

#aac710 color RGB value is (170,199,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000111 00010000
Octal 252 307 20
Decimal 170 199 16
Hex AA C7 10

RGB Percentages of Color #aac710

%44.16
%51.69
%4.16

CMYK Percentages of Color #aac710

%15
%0
%92
%22

Triadic Colors of #aac710

#aac710 #10aac7 #c710aa

Analogous Colors of #aac710

#aac710 #4fc710 #c78910

Monochromatic Colors of #aac710

#aac710

Complementary Color

#aac710 #2d10c7

#aac710 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac710 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac710 Color CSS Codes

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

#aac710 Text Font Color

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

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


#aac710 Background Color

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

This div background color is #aac710


#aac710 Border Color

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

This div border color is #aac710


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac710

#aac710 Color Palettes


Comments

No comments written yet.

Please login to write comment.