Color Hex Logo

#aada12 Color Hex

#AADA12
(170,218,18)
0 Favorites   0 Comments

Color spaces of #aada12

RGB 17021818
HSL0.210.850.46
HSV74°92°85°
CMYK 0.220.000.92   0.15
XYZ41.758158.73259.7079
Yxy58.73250.37890.5330
Hunter Lab76.6371-36.853846.1355
CIE-Lab81.1443-38.620178.1422

#aada12 color RGB value is (170,218,18).

#aada12 hex color red value is 170, green value is 218 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #aada12 hue: 0.21 , saturation: 0.85 and the lightness value of aada12 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011010 00010010
Octal 252 332 22
Decimal 170 218 18
Hex AA DA 12

RGB Percentages of Color #aada12

%41.87
%53.69
%4.43

CMYK Percentages of Color #aada12

%22
%0
%92
%15

Triadic Colors of #aada12

#aada12 #12aada #da12aa

Analogous Colors of #aada12

#aada12 #46da12 #daa612

Monochromatic Colors of #aada12

#aada12

Complementary Color

#aada12 #4212da

#aada12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aada12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aada12 Color CSS Codes

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

#aada12 Text Font Color

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

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


#aada12 Background Color

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

This div background color is #aada12


#aada12 Border Color

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

This div border color is #aada12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aada12


Comments

No comments written yet.

Please login to write comment.