Color Hex Logo

#ade95e Color Hex

#ADE95E
(173,233,94)
0 Favorites   0 Comments

Color spaces of #ade95e

RGB 17323394
HSL0.240.760.64
HSV86°60°91°
CMYK 0.260.000.60   0.09
XYZ48.392967.970221.1587
Yxy67.97020.35190.4943
Hunter Lab82.4440-39.501442.4945
CIE-Lab85.9915-40.363160.0036

#ade95e color RGB value is (173,233,94).

#ade95e hex color red value is 173, green value is 233 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ade95e hue: 0.24 , saturation: 0.76 and the lightness value of ade95e is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101001 01011110
Octal 255 351 136
Decimal 173 233 94
Hex AD E9 5E

RGB Percentages of Color #ade95e

%34.60
%46.60
%18.80

CMYK Percentages of Color #ade95e

%26
%0
%60
%9

Triadic Colors of #ade95e

#ade95e #5eade9 #e95ead

Analogous Colors of #ade95e

#ade95e #68e95e #e9e05e

Monochromatic Colors of #ade95e

#ade95e

Complementary Color

#ade95e #9a5ee9

#ade95e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade95e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade95e Color CSS Codes

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

#ade95e Text Font Color

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

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


#ade95e Background Color

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

This div background color is #ade95e


#ade95e Border Color

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

This div border color is #ade95e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade95e


Comments

No comments written yet.

Please login to write comment.