Color Hex Logo

#adc06f Color Hex

#ADC06F
(173,192,111)
0 Favorites   0 Comments

Color spaces of #adc06f

RGB 173192111
HSL0.210.390.59
HSV74°42°75°
CMYK 0.100.000.42   0.25
XYZ38.952547.731222.1990
Yxy47.73120.35770.4384
Hunter Lab69.0878-20.263229.3106
CIE-Lab74.6551-19.360038.5897

#adc06f color RGB value is (173,192,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000000 01101111
Octal 255 300 157
Decimal 173 192 111
Hex AD C0 6F

RGB Percentages of Color #adc06f

%36.34
%40.34
%23.32

CMYK Percentages of Color #adc06f

%10
%0
%42
%25

Triadic Colors of #adc06f

#adc06f #6fadc0 #c06fad

Analogous Colors of #adc06f

#adc06f #85c06f #c0ab6f

Monochromatic Colors of #adc06f

#adc06f

Complementary Color

#adc06f #826fc0

#adc06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc06f Color CSS Codes

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

#adc06f Text Font Color

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

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


#adc06f Background Color

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

This div background color is #adc06f


#adc06f Border Color

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

This div border color is #adc06f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc06f


Comments

No comments written yet.

Please login to write comment.