Color Hex Logo

#adc67c Color Hex

#ADC67C
(173,198,124)
0 Favorites   0 Comments

Color spaces of #adc67c

RGB 173198124
HSL0.220.390.63
HSV80°37°78°
CMYK 0.130.000.37   0.22
XYZ41.065850.727626.6958
Yxy50.72760.34660.4281
Hunter Lab71.2233-21.721627.6333
CIE-Lab76.5137-20.772834.3295

#adc67c color RGB value is (173,198,124).

#adc67c hex color red value is 173, green value is 198 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #adc67c hue: 0.22 , saturation: 0.39 and the lightness value of adc67c is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000110 01111100
Octal 255 306 174
Decimal 173 198 124
Hex AD C6 7C

RGB Percentages of Color #adc67c

%34.95
%40.00
%25.05

CMYK Percentages of Color #adc67c

%13
%0
%37
%22

Triadic Colors of #adc67c

#adc67c #7cadc6 #c67cad

Analogous Colors of #adc67c

#adc67c #88c67c #c6ba7c

Monochromatic Colors of #adc67c

#adc67c

Complementary Color

#adc67c #957cc6

#adc67c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc67c Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc67c Color CSS Codes

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

#adc67c Text Font Color

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

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


#adc67c Background Color

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

This div background color is #adc67c


#adc67c Border Color

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

This div border color is #adc67c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,198,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 #adc67c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc67c


Comments

No comments written yet.

Please login to write comment.