Color Hex Logo

#adc97f Color Hex

#ADC97F
(173,201,127)
0 Favorites   0 Comments

Color spaces of #adc97f

RGB 173201127
HSL0.230.410.64
HSV83°37°79°
CMYK 0.140.000.37   0.21
XYZ41.951052.189827.9413
Yxy52.18980.34360.4275
Hunter Lab72.2425-22.770027.6381
CIE-Lab77.3942-21.871333.9303

#adc97f color RGB value is (173,201,127).

#adc97f hex color red value is 173, green value is 201 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #adc97f hue: 0.23 , saturation: 0.41 and the lightness value of adc97f is 0.64.

The process color (four color CMYK) of #adc97f color hex is 0.14, 0.00, 0.37, 0.21. Web safe color of #adc97f is #99cc66. Color #adc97f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001001 01111111
Octal 255 311 177
Decimal 173 201 127
Hex AD C9 7F

RGB Percentages of Color #adc97f

%34.53
%40.12
%25.35

CMYK Percentages of Color #adc97f

%14
%0
%37
%21

Triadic Colors of #adc97f

#adc97f #7fadc9 #c97fad

Analogous Colors of #adc97f

#adc97f #88c97f #c9c07f

Monochromatic Colors of #adc97f

#adc97f

Complementary Color

#adc97f #9b7fc9

#adc97f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc97f Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc97f Color CSS Codes

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

#adc97f Text Font Color

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

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


#adc97f Background Color

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

This div background color is #adc97f


#adc97f Border Color

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

This div border color is #adc97f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc97f


Comments

No comments written yet.

Please login to write comment.