Color Hex Logo

#ade002 Color Hex

#ADE002
(173,224,2)
0 Favorites   0 Comments

Color spaces of #ade002

RGB 1732242
HSL0.200.980.44
HSV74°99°88°
CMYK 0.230.000.99   0.12
XYZ43.900262.19999.7494
Yxy62.19990.37890.5369
Hunter Lab78.8669-38.657547.8775
CIE-Lab83.0196-40.311881.2483

#ade002 color RGB value is (173,224,2).

#ade002 hex color red value is 173, green value is 224 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #ade002 hue: 0.20 , saturation: 0.98 and the lightness value of ade002 is 0.44.

The process color (four color CMYK) of #ade002 color hex is 0.23, 0.00, 0.99, 0.12. Web safe color of #ade002 is #99cc00. Color #ade002 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100000 00000010
Octal 255 340 2
Decimal 173 224 2
Hex AD E0 2

RGB Percentages of Color #ade002

%43.36
%56.14
%0.50

CMYK Percentages of Color #ade002

%23
%0
%99
%12

Triadic Colors of #ade002

#ade002 #02ade0 #e002ad

Analogous Colors of #ade002

#ade002 #3ee002 #e0a402

Monochromatic Colors of #ade002

#ade002

Complementary Color

#ade002 #3502e0

#ade002 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade002 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade002 Color CSS Codes

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

#ade002 Text Font Color

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

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


#ade002 Background Color

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

This div background color is #ade002


#ade002 Border Color

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

This div border color is #ade002


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade002


Comments

No comments written yet.

Please login to write comment.