Color Hex Logo

#ade06c Color Hex

#ADE06C
(173,224,108)
0 Favorites   0 Comments

Color spaces of #ade06c

RGB 173224108
HSL0.240.650.65
HSV86°52°88°
CMYK 0.230.000.52   0.12
XYZ46.596063.278323.9454
Yxy63.27830.34820.4729
Hunter Lab79.5477-34.649937.8359
CIE-Lab83.5886-35.009650.9831

#ade06c color RGB value is (173,224,108).

#ade06c hex color red value is 173, green value is 224 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ade06c hue: 0.24 , saturation: 0.65 and the lightness value of ade06c is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100000 01101100
Octal 255 340 154
Decimal 173 224 108
Hex AD E0 6C

RGB Percentages of Color #ade06c

%34.26
%44.36
%21.39

CMYK Percentages of Color #ade06c

%23
%0
%52
%12

Triadic Colors of #ade06c

#ade06c #6cade0 #e06cad

Analogous Colors of #ade06c

#ade06c #73e06c #e0d96c

Monochromatic Colors of #ade06c

#ade06c

Complementary Color

#ade06c #9f6ce0

#ade06c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade06c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade06c Color CSS Codes

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

#ade06c Text Font Color

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

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


#ade06c Background Color

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

This div background color is #ade06c


#ade06c Border Color

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

This div border color is #ade06c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade06c


Comments

No comments written yet.

Please login to write comment.