Color Hex Logo

#adc07c Color Hex

#ADC07C
(173,192,124)
0 Favorites   0 Comments

Color spaces of #adc07c

RGB 173192124
HSL0.210.350.62
HSV77°35°75°
CMYK 0.100.000.35   0.25
XYZ39.721348.038726.2477
Yxy48.03870.34840.4214
Hunter Lab69.3100-18.994726.0638
CIE-Lab74.8493-17.769832.1642

#adc07c color RGB value is (173,192,124).

#adc07c hex color red value is 173, green value is 192 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #adc07c hue: 0.21 , saturation: 0.35 and the lightness value of adc07c is 0.62.

The process color (four color CMYK) of #adc07c color hex is 0.10, 0.00, 0.35, 0.25. Web safe color of #adc07c is #99cc66. Color #adc07c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000000 01111100
Octal 255 300 174
Decimal 173 192 124
Hex AD C0 7C

RGB Percentages of Color #adc07c

%35.38
%39.26
%25.36

CMYK Percentages of Color #adc07c

%10
%0
%35
%25

Triadic Colors of #adc07c

#adc07c #7cadc0 #c07cad

Analogous Colors of #adc07c

#adc07c #8bc07c #c0b17c

Monochromatic Colors of #adc07c

#adc07c

Complementary Color

#adc07c #8f7cc0

#adc07c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc07c Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc07c Color CSS Codes

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

#adc07c Text Font Color

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

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


#adc07c Background Color

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

This div background color is #adc07c


#adc07c Border Color

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

This div border color is #adc07c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc07c


Comments

No comments written yet.

Please login to write comment.