Color Hex Logo

#adcd3c Color Hex

#ADCD3C
(173,205,60)
0 Favorites   0 Comments

Color spaces of #adcd3c

RGB 17320560
HSL0.200.590.52
HSV73°71°80°
CMYK 0.160.000.71   0.20
XYZ39.880552.873112.3786
Yxy52.87310.37930.5029
Hunter Lab72.7139-29.349640.8064
CIE-Lab77.8000-29.989564.8368

#adcd3c color RGB value is (173,205,60).

#adcd3c hex color red value is 173, green value is 205 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #adcd3c hue: 0.20 , saturation: 0.59 and the lightness value of adcd3c is 0.52.

The process color (four color CMYK) of #adcd3c color hex is 0.16, 0.00, 0.71, 0.20. Web safe color of #adcd3c is #99cc33. Color #adcd3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001101 00111100
Octal 255 315 74
Decimal 173 205 60
Hex AD CD 3C

RGB Percentages of Color #adcd3c

%39.50
%46.80
%13.70

CMYK Percentages of Color #adcd3c

%16
%0
%71
%20

Triadic Colors of #adcd3c

#adcd3c #3cadcd #cd3cad

Analogous Colors of #adcd3c

#adcd3c #65cd3c #cda53c

Monochromatic Colors of #adcd3c

#adcd3c

Complementary Color

#adcd3c #5c3ccd

#adcd3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcd3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcd3c Color CSS Codes

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

#adcd3c Text Font Color

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

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


#adcd3c Background Color

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

This div background color is #adcd3c


#adcd3c Border Color

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

This div border color is #adcd3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcd3c


Comments

No comments written yet.

Please login to write comment.