Color Hex Logo

#ade16a Color Hex

#ADE16A
(173,225,106)
0 Favorites   0 Comments

Color spaces of #ade16a

RGB 173225106
HSL0.240.660.65
HSV86°53°88°
CMYK 0.230.000.53   0.12
XYZ46.760363.775323.4810
Yxy63.77530.34890.4759
Hunter Lab79.8594-35.236538.4686
CIE-Lab83.8486-35.667752.2170

#ade16a color RGB value is (173,225,106).

#ade16a hex color red value is 173, green value is 225 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ade16a hue: 0.24 , saturation: 0.66 and the lightness value of ade16a is 0.65.

The process color (four color CMYK) of #ade16a color hex is 0.23, 0.00, 0.53, 0.12. Web safe color of #ade16a is #99cc66. Color #ade16a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100001 01101010
Octal 255 341 152
Decimal 173 225 106
Hex AD E1 6A

RGB Percentages of Color #ade16a

%34.33
%44.64
%21.03

CMYK Percentages of Color #ade16a

%23
%0
%53
%12

Triadic Colors of #ade16a

#ade16a #6aade1 #e16aad

Analogous Colors of #ade16a

#ade16a #72e16a #e1da6a

Monochromatic Colors of #ade16a

#ade16a

Complementary Color

#ade16a #9e6ae1

#ade16a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade16a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade16a Color CSS Codes

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

#ade16a Text Font Color

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

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


#ade16a Background Color

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

This div background color is #ade16a


#ade16a Border Color

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

This div border color is #ade16a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,225,106, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade16a


Comments

No comments written yet.

Please login to write comment.