Color Hex Logo

#adec8c Color Hex

#ADEC8C
(173,236,140)
0 Favorites   0 Comments

Color spaces of #adec8c

RGB 173236140
HSL0.280.720.74
HSV99°41°93°
CMYK 0.270.000.41   0.07
XYZ51.962770.768635.7319
Yxy70.76860.32790.4466
Hunter Lab84.1241-36.959333.7033
CIE-Lab87.3725-36.730040.2762

#adec8c color RGB value is (173,236,140).

#adec8c hex color red value is 173, green value is 236 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #adec8c hue: 0.28 , saturation: 0.72 and the lightness value of adec8c is 0.74.

The process color (four color CMYK) of #adec8c color hex is 0.27, 0.00, 0.41, 0.07. Web safe color of #adec8c is #99ff99. Color #adec8c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101100 10001100
Octal 255 354 214
Decimal 173 236 140
Hex AD EC 8C

RGB Percentages of Color #adec8c

%31.51
%42.99
%25.50

CMYK Percentages of Color #adec8c

%27
%0
%41
%7

Triadic Colors of #adec8c

#adec8c #8cadec #ec8cad

Analogous Colors of #adec8c

#adec8c #8cec9b #ddec8c

Monochromatic Colors of #adec8c

#adec8c

Complementary Color

#adec8c #cb8cec

#adec8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adec8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#adec8c Color CSS Codes

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

#adec8c Text Font Color

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

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


#adec8c Background Color

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

This div background color is #adec8c


#adec8c Border Color

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

This div border color is #adec8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adec8c


Comments

No comments written yet.

Please login to write comment.