Color Hex Logo

#ade912 Color Hex

#ADE912
(173,233,18)
0 Favorites   0 Comments

Color spaces of #ade912

RGB 17323318
HSL0.210.860.49
HSV77°92°91°
CMYK 0.260.000.92   0.09
XYZ46.481767.205711.0944
Yxy67.20570.37250.5386
Hunter Lab81.9791-42.254949.3615
CIE-Lab85.6077-44.035481.7719

#ade912 color RGB value is (173,233,18).

#ade912 hex color red value is 173, green value is 233 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #ade912 hue: 0.21 , saturation: 0.86 and the lightness value of ade912 is 0.49.

The process color (four color CMYK) of #ade912 color hex is 0.26, 0.00, 0.92, 0.09. Web safe color of #ade912 is #99ff00. Color #ade912 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101001 00010010
Octal 255 351 22
Decimal 173 233 18
Hex AD E9 12

RGB Percentages of Color #ade912

%40.80
%54.95
%4.25

CMYK Percentages of Color #ade912

%26
%0
%92
%9

Triadic Colors of #ade912

#ade912 #12ade9 #e912ad

Analogous Colors of #ade912

#ade912 #41e912 #e9ba12

Monochromatic Colors of #ade912

#ade912

Complementary Color

#ade912 #4e12e9

#ade912 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade912 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade912 Color CSS Codes

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

#ade912 Text Font Color

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

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


#ade912 Background Color

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

This div background color is #ade912


#ade912 Border Color

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

This div border color is #ade912


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade912


Comments

No comments written yet.

Please login to write comment.