Color Hex Logo

#adcc7c Color Hex

#ADCC7C
(173,204,124)
0 Favorites   0 Comments

Color spaces of #adcc7c

RGB 173204124
HSL0.230.440.64
HSV83°39°80°
CMYK 0.150.000.39   0.20
XYZ42.464553.525227.1621
Yxy53.52520.34480.4346
Hunter Lab73.1609-24.425629.2003
CIE-Lab78.1841-23.729036.4848

#adcc7c color RGB value is (173,204,124).

#adcc7c hex color red value is 173, green value is 204 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #adcc7c hue: 0.23 , saturation: 0.44 and the lightness value of adcc7c is 0.64.

The process color (four color CMYK) of #adcc7c color hex is 0.15, 0.00, 0.39, 0.20. Web safe color of #adcc7c is #99cc66. Color #adcc7c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001100 01111100
Octal 255 314 174
Decimal 173 204 124
Hex AD CC 7C

RGB Percentages of Color #adcc7c

%34.53
%40.72
%24.75

CMYK Percentages of Color #adcc7c

%15
%0
%39
%20

Triadic Colors of #adcc7c

#adcc7c #7cadcc #cc7cad

Analogous Colors of #adcc7c

#adcc7c #85cc7c #ccc37c

Monochromatic Colors of #adcc7c

#adcc7c

Complementary Color

#adcc7c #9b7ccc

#adcc7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcc7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcc7c Color CSS Codes

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

#adcc7c Text Font Color

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

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


#adcc7c Background Color

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

This div background color is #adcc7c


#adcc7c Border Color

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

This div border color is #adcc7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcc7c


Comments

No comments written yet.

Please login to write comment.