Color Hex Logo

#ade047 Color Hex

#ADE047
(173,224,71)
0 Favorites   0 Comments

Color spaces of #ade047

RGB 17322471
HSL0.220.710.58
HSV80°68°88°
CMYK 0.230.000.68   0.12
XYZ45.026662.650515.6808
Yxy62.65050.36500.5079
Hunter Lab79.1521-36.974343.6605
CIE-Lab83.2581-38.062266.3014

#ade047 color RGB value is (173,224,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100000 01000111
Octal 255 340 107
Decimal 173 224 71
Hex AD E0 47

RGB Percentages of Color #ade047

%36.97
%47.86
%15.17

CMYK Percentages of Color #ade047

%23
%0
%68
%12

Triadic Colors of #ade047

#ade047 #47ade0 #e047ad

Analogous Colors of #ade047

#ade047 #61e047 #e0c747

Monochromatic Colors of #ade047

#ade047

Complementary Color

#ade047 #7a47e0

#ade047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade047 Color CSS Codes

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

#ade047 Text Font Color

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

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


#ade047 Background Color

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

This div background color is #ade047


#ade047 Border Color

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

This div border color is #ade047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade047


Comments

No comments written yet.

Please login to write comment.