Color Hex Logo

#aad412 Color Hex

#AAD412
(170,212,18)
0 Favorites   0 Comments

Color spaces of #aad412

RGB 17021218
HSL0.200.840.45
HSV73°92°83°
CMYK 0.200.000.92   0.17
XYZ40.230255.67679.1986
Yxy55.67670.38280.5297
Hunter Lab74.6168-34.339944.9226
CIE-Lab79.4295-35.922176.7761

#aad412 color RGB value is (170,212,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010100 00010010
Octal 252 324 22
Decimal 170 212 18
Hex AA D4 12

RGB Percentages of Color #aad412

%42.50
%53.00
%4.50

CMYK Percentages of Color #aad412

%20
%0
%92
%17

Triadic Colors of #aad412

#aad412 #12aad4 #d412aa

Analogous Colors of #aad412

#aad412 #49d412 #d49d12

Monochromatic Colors of #aad412

#aad412

Complementary Color

#aad412 #3c12d4

#aad412 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad412 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad412 Color CSS Codes

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

#aad412 Text Font Color

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

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


#aad412 Background Color

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

This div background color is #aad412


#aad412 Border Color

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

This div border color is #aad412


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad412


Comments

No comments written yet.

Please login to write comment.