Color Hex Logo

#ade06b Color Hex

#ADE06B
(173,224,107)
0 Favorites   0 Comments

Color spaces of #ade06b

RGB 173224107
HSL0.240.650.65
HSV86°52°88°
CMYK 0.230.000.52   0.12
XYZ46.543163.257123.6667
Yxy63.25710.34870.4740
Hunter Lab79.5343-34.727838.0314
CIE-Lab83.5775-35.110951.4342

#ade06b color RGB value is (173,224,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100000 01101011
Octal 255 340 153
Decimal 173 224 107
Hex AD E0 6B

RGB Percentages of Color #ade06b

%34.33
%44.44
%21.23

CMYK Percentages of Color #ade06b

%23
%0
%52
%12

Triadic Colors of #ade06b

#ade06b #6bade0 #e06bad

Analogous Colors of #ade06b

#ade06b #73e06b #e0d96b

Monochromatic Colors of #ade06b

#ade06b

Complementary Color

#ade06b #9e6be0

#ade06b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade06b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade06b Color CSS Codes

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

#ade06b Text Font Color

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

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


#ade06b Background Color

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

This div background color is #ade06b


#ade06b Border Color

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

This div border color is #ade06b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade06b


Comments

No comments written yet.

Please login to write comment.