Color Hex Logo

#ade14c Color Hex

#ADE14C
(173,225,76)
0 Favorites   0 Comments

Color spaces of #ade14c

RGB 17322576
HSL0.220.710.59
HSV81°66°88°
CMYK 0.230.000.66   0.12
XYZ45.463363.256516.6510
Yxy63.25650.36260.5046
Hunter Lab79.5340-37.150043.2610
CIE-Lab83.5772-38.181264.7325

#ade14c color RGB value is (173,225,76).

#ade14c hex color red value is 173, green value is 225 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #ade14c hue: 0.22 , saturation: 0.71 and the lightness value of ade14c is 0.59.

The process color (four color CMYK) of #ade14c color hex is 0.23, 0.00, 0.66, 0.12. Web safe color of #ade14c is #99cc33. Color #ade14c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100001 01001100
Octal 255 341 114
Decimal 173 225 76
Hex AD E1 4C

RGB Percentages of Color #ade14c

%36.50
%47.47
%16.03

CMYK Percentages of Color #ade14c

%23
%0
%66
%12

Triadic Colors of #ade14c

#ade14c #4cade1 #e14cad

Analogous Colors of #ade14c

#ade14c #63e14c #e1cb4c

Monochromatic Colors of #ade14c

#ade14c

Complementary Color

#ade14c #804ce1

#ade14c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade14c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade14c Color CSS Codes

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

#ade14c Text Font Color

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

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


#ade14c Background Color

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

This div background color is #ade14c


#ade14c Border Color

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

This div border color is #ade14c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade14c


Comments

No comments written yet.

Please login to write comment.