Color Hex Logo

#adc47d Color Hex

#ADC47D
(173,196,125)
0 Favorites   0 Comments

Color spaces of #adc47d

RGB 173196125
HSL0.220.380.63
HSV79°36°77°
CMYK 0.120.000.36   0.23
XYZ40.675249.844826.8792
Yxy49.84480.34650.4246
Hunter Lab70.6008-20.712526.8477
CIE-Lab75.9739-19.648333.1128

#adc47d color RGB value is (173,196,125).

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

The process color (four color CMYK) of #adc47d color hex is 0.12, 0.00, 0.36, 0.23. Web safe color of #adc47d is #99cc66. Color #adc47d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000100 01111101
Octal 255 304 175
Decimal 173 196 125
Hex AD C4 7D

RGB Percentages of Color #adc47d

%35.02
%39.68
%25.30

CMYK Percentages of Color #adc47d

%12
%0
%36
%23

Triadic Colors of #adc47d

#adc47d #7dadc4 #c47dad

Analogous Colors of #adc47d

#adc47d #8ac47d #c4b87d

Monochromatic Colors of #adc47d

#adc47d

Complementary Color

#adc47d #947dc4

#adc47d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc47d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc47d Color CSS Codes

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

#adc47d Text Font Color

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

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


#adc47d Background Color

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

This div background color is #adc47d


#adc47d Border Color

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

This div border color is #adc47d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc47d


Comments

No comments written yet.

Please login to write comment.