Color Hex Logo

#ade96a Color Hex

#ADE96A
(173,233,106)
0 Favorites   0 Comments

Color spaces of #ade96a

RGB 173233106
HSL0.250.740.66
HSV88°55°91°
CMYK 0.260.000.55   0.09
XYZ48.974068.202724.2189
Yxy68.20270.34640.4824
Hunter Lab82.5849-38.670740.4220
CIE-Lab86.1077-39.272054.8686

#ade96a color RGB value is (173,233,106).

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

The process color (four color CMYK) of #ade96a color hex is 0.26, 0.00, 0.55, 0.09. Web safe color of #ade96a is #99ff66. Color #ade96a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101001 01101010
Octal 255 351 152
Decimal 173 233 106
Hex AD E9 6A

RGB Percentages of Color #ade96a

%33.79
%45.51
%20.70

CMYK Percentages of Color #ade96a

%26
%0
%55
%9

Triadic Colors of #ade96a

#ade96a #6aade9 #e96aad

Analogous Colors of #ade96a

#ade96a #6ee96a #e9e66a

Monochromatic Colors of #ade96a

#ade96a

Complementary Color

#ade96a #a66ae9

#ade96a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade96a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade96a Color CSS Codes

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

#ade96a Text Font Color

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

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


#ade96a Background Color

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

This div background color is #ade96a


#ade96a Border Color

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

This div border color is #ade96a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade96a


Comments

No comments written yet.

Please login to write comment.