Color Hex Logo

#ade062 Color Hex

#ADE062
(173,224,98)
0 Favorites   0 Comments

Color spaces of #ade062

RGB 17322498
HSL0.230.670.63
HSV84°56°88°
CMYK 0.230.000.56   0.12
XYZ46.093863.077421.3010
Yxy63.07740.35330.4835
Hunter Lab79.4213-35.391039.6932
CIE-Lab83.4831-35.976455.4196

#ade062 color RGB value is (173,224,98).

#ade062 hex color red value is 173, green value is 224 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #ade062 hue: 0.23 , saturation: 0.67 and the lightness value of ade062 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100000 01100010
Octal 255 340 142
Decimal 173 224 98
Hex AD E0 62

RGB Percentages of Color #ade062

%34.95
%45.25
%19.80

CMYK Percentages of Color #ade062

%23
%0
%56
%12

Triadic Colors of #ade062

#ade062 #62ade0 #e062ad

Analogous Colors of #ade062

#ade062 #6ee062 #e0d462

Monochromatic Colors of #ade062

#ade062

Complementary Color

#ade062 #9562e0

#ade062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade062 Color CSS Codes

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

#ade062 Text Font Color

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

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


#ade062 Background Color

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

This div background color is #ade062


#ade062 Border Color

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

This div border color is #ade062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade062


Comments

No comments written yet.

Please login to write comment.