Color Hex Logo

#aad410 Color Hex

#AAD410
(170,212,16)
0 Favorites   0 Comments

Color spaces of #aad410

RGB 17021216
HSL0.200.860.45
HSV73°92°83°
CMYK 0.200.000.92   0.17
XYZ40.214655.67049.1161
Yxy55.67040.38300.5302
Hunter Lab74.6126-34.364444.9848
CIE-Lab79.4259-35.955177.0331

#aad410 color RGB value is (170,212,16).

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

The process color (four color CMYK) of #aad410 color hex is 0.20, 0.00, 0.92, 0.17. Web safe color of #aad410 is #99cc00. Color #aad410 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010100 00010000
Octal 252 324 20
Decimal 170 212 16
Hex AA D4 10

RGB Percentages of Color #aad410

%42.71
%53.27
%4.02

CMYK Percentages of Color #aad410

%20
%0
%92
%17

Triadic Colors of #aad410

#aad410 #10aad4 #d410aa

Analogous Colors of #aad410

#aad410 #48d410 #d49c10

Monochromatic Colors of #aad410

#aad410

Complementary Color

#aad410 #3a10d4

#aad410 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad410 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad410 Color CSS Codes

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

#aad410 Text Font Color

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

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


#aad410 Background Color

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

This div background color is #aad410


#aad410 Border Color

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

This div border color is #aad410


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad410


Comments

No comments written yet.

Please login to write comment.