Color Hex Logo

#adc17d Color Hex

#ADC17D
(173,193,125)
0 Favorites   0 Comments

Color spaces of #adc17d

RGB 173193125
HSL0.220.350.62
HSV78°35°76°
CMYK 0.100.000.35   0.24
XYZ40.005248.504826.6559
Yxy48.50480.34740.4212
Hunter Lab69.6454-19.346726.0593
CIE-Lab75.1422-18.143732.0272

#adc17d color RGB value is (173,193,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000001 01111101
Octal 255 301 175
Decimal 173 193 125
Hex AD C1 7D

RGB Percentages of Color #adc17d

%35.23
%39.31
%25.46

CMYK Percentages of Color #adc17d

%10
%0
%35
%24

Triadic Colors of #adc17d

#adc17d #7dadc1 #c17dad

Analogous Colors of #adc17d

#adc17d #8bc17d #c1b37d

Monochromatic Colors of #adc17d

#adc17d

Complementary Color

#adc17d #917dc1

#adc17d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc17d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc17d Color CSS Codes

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

#adc17d Text Font Color

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

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


#adc17d Background Color

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

This div background color is #adc17d


#adc17d Border Color

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

This div border color is #adc17d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc17d


Comments

No comments written yet.

Please login to write comment.