Color Hex Logo

#ade15d Color Hex

#ADE15D
(173,225,93)
0 Favorites   0 Comments

Color spaces of #ade15d

RGB 17322593
HSL0.230.690.62
HSV84°59°88°
CMYK 0.230.000.59   0.12
XYZ46.134663.525020.1859
Yxy63.52500.35530.4892
Hunter Lab79.7026-36.157540.7757
CIE-Lab83.7178-36.872457.8868

#ade15d color RGB value is (173,225,93).

#ade15d hex color red value is 173, green value is 225 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ade15d hue: 0.23 , saturation: 0.69 and the lightness value of ade15d is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100001 01011101
Octal 255 341 135
Decimal 173 225 93
Hex AD E1 5D

RGB Percentages of Color #ade15d

%35.23
%45.82
%18.94

CMYK Percentages of Color #ade15d

%23
%0
%59
%12

Triadic Colors of #ade15d

#ade15d #5dade1 #e15dad

Analogous Colors of #ade15d

#ade15d #6be15d #e1d35d

Monochromatic Colors of #ade15d

#ade15d

Complementary Color

#ade15d #915de1

#ade15d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade15d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade15d Color CSS Codes

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

#ade15d Text Font Color

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

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


#ade15d Background Color

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

This div background color is #ade15d


#ade15d Border Color

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

This div border color is #ade15d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade15d


Comments

No comments written yet.

Please login to write comment.