Color Hex Logo

#aad710 Color Hex

#AAD710
(170,215,16)
0 Favorites   0 Comments

Color spaces of #aad710

RGB 17021516
HSL0.200.860.45
HSV74°93°84°
CMYK 0.210.000.93   0.16
XYZ40.971557.18439.3685
Yxy57.18430.38100.5318
Hunter Lab75.6203-35.623245.5889
CIE-Lab80.2831-37.309977.7110

#aad710 color RGB value is (170,215,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010111 00010000
Octal 252 327 20
Decimal 170 215 16
Hex AA D7 10

RGB Percentages of Color #aad710

%42.39
%53.62
%3.99

CMYK Percentages of Color #aad710

%21
%0
%93
%16

Triadic Colors of #aad710

#aad710 #10aad7 #d710aa

Analogous Colors of #aad710

#aad710 #47d710 #d7a110

Monochromatic Colors of #aad710

#aad710

Complementary Color

#aad710 #3d10d7

#aad710 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad710 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad710 Color CSS Codes

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

#aad710 Text Font Color

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

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


#aad710 Background Color

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

This div background color is #aad710


#aad710 Border Color

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

This div border color is #aad710


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad710


Comments

No comments written yet.

Please login to write comment.