Color Hex Logo

#adde6f Color Hex

#ADDE6F
(173,222,111)
0 Favorites   0 Comments

Color spaces of #adde6f

RGB 173222111
HSL0.240.630.65
HSV86°50°87°
CMYK 0.220.000.50   0.13
XYZ46.224162.274524.6228
Yxy62.27450.34720.4678
Hunter Lab78.9142-33.543236.7403
CIE-Lab83.0592-33.779448.9426

#adde6f color RGB value is (173,222,111).

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

The process color (four color CMYK) of #adde6f color hex is 0.22, 0.00, 0.50, 0.13. Web safe color of #adde6f is #99cc66. Color #adde6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011110 01101111
Octal 255 336 157
Decimal 173 222 111
Hex AD DE 6F

RGB Percentages of Color #adde6f

%34.19
%43.87
%21.94

CMYK Percentages of Color #adde6f

%22
%0
%50
%13

Triadic Colors of #adde6f

#adde6f #6fadde #de6fad

Analogous Colors of #adde6f

#adde6f #76de6f #ded86f

Monochromatic Colors of #adde6f

#adde6f

Complementary Color

#adde6f #a06fde

#adde6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adde6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#adde6f Color CSS Codes

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

#adde6f Text Font Color

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

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


#adde6f Background Color

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

This div background color is #adde6f


#adde6f Border Color

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

This div border color is #adde6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adde6f


Comments

No comments written yet.

Please login to write comment.