Color Hex Logo

#adc17f Color Hex

#ADC17F
(173,193,127)
0 Favorites   0 Comments

Color spaces of #adc17f

RGB 173193127
HSL0.220.350.63
HSV78°34°76°
CMYK 0.100.000.34   0.24
XYZ40.134348.556527.3357
Yxy48.55650.34590.4185
Hunter Lab69.6825-19.135625.5189
CIE-Lab75.1746-17.880631.0283

#adc17f color RGB value is (173,193,127).

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

The process color (four color CMYK) of #adc17f color hex is 0.10, 0.00, 0.34, 0.24. Web safe color of #adc17f is #99cc66. Color #adc17f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000001 01111111
Octal 255 301 177
Decimal 173 193 127
Hex AD C1 7F

RGB Percentages of Color #adc17f

%35.09
%39.15
%25.76

CMYK Percentages of Color #adc17f

%10
%0
%34
%24

Triadic Colors of #adc17f

#adc17f #7fadc1 #c17fad

Analogous Colors of #adc17f

#adc17f #8cc17f #c1b47f

Monochromatic Colors of #adc17f

#adc17f

Complementary Color

#adc17f #937fc1

#adc17f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc17f Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc17f Color CSS Codes

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

#adc17f Text Font Color

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

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


#adc17f Background Color

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

This div background color is #adc17f


#adc17f Border Color

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

This div border color is #adc17f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc17f


Comments

No comments written yet.

Please login to write comment.