Color Hex Logo

#ade102 Color Hex

#ADE102
(173,225,2)
0 Favorites   0 Comments

Color spaces of #ade102

RGB 1732252
HSL0.210.980.45
HSV74°99°88°
CMYK 0.230.000.99   0.12
XYZ44.169862.73909.8393
Yxy62.73900.37830.5374
Hunter Lab79.2080-39.074648.0805
CIE-Lab83.3049-40.751781.4659

#ade102 color RGB value is (173,225,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100001 00000010
Octal 255 341 2
Decimal 173 225 2
Hex AD E1 2

RGB Percentages of Color #ade102

%43.25
%56.25
%0.50

CMYK Percentages of Color #ade102

%23
%0
%99
%12

Triadic Colors of #ade102

#ade102 #02ade1 #e102ad

Analogous Colors of #ade102

#ade102 #3ee102 #e1a602

Monochromatic Colors of #ade102

#ade102

Complementary Color

#ade102 #3602e1

#ade102 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade102 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade102 Color CSS Codes

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

#ade102 Text Font Color

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

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


#ade102 Background Color

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

This div background color is #ade102


#ade102 Border Color

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

This div border color is #ade102


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade102


Comments

No comments written yet.

Please login to write comment.