Color Hex Logo

#ade502 Color Hex

#ADE502
(173,229,2)
0 Favorites   0 Comments

Color spaces of #ade502

RGB 1732292
HSL0.210.980.45
HSV75°99°90°
CMYK 0.240.000.99   0.10
XYZ45.263864.927210.2040
Yxy64.92720.37600.5393
Hunter Lab80.5774-40.739448.8959
CIE-Lab84.4462-42.499982.3383

#ade502 color RGB value is (173,229,2).

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

The process color (four color CMYK) of #ade502 color hex is 0.24, 0.00, 0.99, 0.10. Web safe color of #ade502 is #99cc00. Color #ade502 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100101 00000010
Octal 255 345 2
Decimal 173 229 2
Hex AD E5 2

RGB Percentages of Color #ade502

%42.82
%56.68
%0.50

CMYK Percentages of Color #ade502

%24
%0
%99
%10

Triadic Colors of #ade502

#ade502 #02ade5 #e502ad

Analogous Colors of #ade502

#ade502 #3be502 #e5ac02

Monochromatic Colors of #ade502

#ade502

Complementary Color

#ade502 #3a02e5

#ade502 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade502 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade502 Color CSS Codes

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

#ade502 Text Font Color

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

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


#ade502 Background Color

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

This div background color is #ade502


#ade502 Border Color

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

This div border color is #ade502


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade502


Comments

No comments written yet.

Please login to write comment.