Color Hex Logo

#ade812 Color Hex

#ADE812
(173,232,18)
0 Favorites   0 Comments

Color spaces of #ade812

RGB 17323218
HSL0.210.860.49
HSV77°92°91°
CMYK 0.250.000.92   0.09
XYZ46.199466.641111.0003
Yxy66.64110.37310.5381
Hunter Lab81.6340-41.840449.1544
CIE-Lab85.3224-43.604681.5448

#ade812 color RGB value is (173,232,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101000 00010010
Octal 255 350 22
Decimal 173 232 18
Hex AD E8 12

RGB Percentages of Color #ade812

%40.90
%54.85
%4.26

CMYK Percentages of Color #ade812

%25
%0
%92
%9

Triadic Colors of #ade812

#ade812 #12ade8 #e812ad

Analogous Colors of #ade812

#ade812 #42e812 #e8b812

Monochromatic Colors of #ade812

#ade812

Complementary Color

#ade812 #4d12e8

#ade812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade812 Color CSS Codes

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

#ade812 Text Font Color

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

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


#ade812 Background Color

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

This div background color is #ade812


#ade812 Border Color

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

This div border color is #ade812


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade812


Comments

No comments written yet.

Please login to write comment.