Color Hex Logo

#ade06a Color Hex

#ADE06A
(173,224,106)
0 Favorites   0 Comments

Color spaces of #ade06a

RGB 173224106
HSL0.240.660.65
HSV86°53°88°
CMYK 0.230.000.53   0.12
XYZ46.490863.236223.3911
Yxy63.23620.34920.4750
Hunter Lab79.5212-34.804938.2247
CIE-Lab83.5665-35.211351.8838

#ade06a color RGB value is (173,224,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100000 01101010
Octal 255 340 152
Decimal 173 224 106
Hex AD E0 6A

RGB Percentages of Color #ade06a

%34.39
%44.53
%21.07

CMYK Percentages of Color #ade06a

%23
%0
%53
%12

Triadic Colors of #ade06a

#ade06a #6aade0 #e06aad

Analogous Colors of #ade06a

#ade06a #72e06a #e0d86a

Monochromatic Colors of #ade06a

#ade06a

Complementary Color

#ade06a #9d6ae0

#ade06a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade06a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade06a Color CSS Codes

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

#ade06a Text Font Color

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

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


#ade06a Background Color

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

This div background color is #ade06a


#ade06a Border Color

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

This div border color is #ade06a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade06a


Comments

No comments written yet.

Please login to write comment.