Color Hex Logo

#adc57d Color Hex

#ADC57D
(173,197,125)
0 Favorites   0 Comments

Color spaces of #adc57d

RGB 173197125
HSL0.220.380.63
HSV80°37°77°
CMYK 0.120.000.37   0.23
XYZ40.901550.297426.9547
Yxy50.29740.34620.4257
Hunter Lab70.9207-21.166327.1102
CIE-Lab76.2514-20.147133.4739

#adc57d color RGB value is (173,197,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000101 01111101
Octal 255 305 175
Decimal 173 197 125
Hex AD C5 7D

RGB Percentages of Color #adc57d

%34.95
%39.80
%25.25

CMYK Percentages of Color #adc57d

%12
%0
%37
%23

Triadic Colors of #adc57d

#adc57d #7dadc5 #c57dad

Analogous Colors of #adc57d

#adc57d #89c57d #c5b97d

Monochromatic Colors of #adc57d

#adc57d

Complementary Color

#adc57d #957dc5

#adc57d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc57d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc57d Color CSS Codes

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

#adc57d Text Font Color

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

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


#adc57d Background Color

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

This div background color is #adc57d


#adc57d Border Color

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

This div border color is #adc57d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc57d


Comments

No comments written yet.

Please login to write comment.