Color Hex Logo

#adc57e Color Hex

#ADC57E
(173,197,126)
0 Favorites   0 Comments

Color spaces of #adc57e

RGB 173197126
HSL0.220.380.63
HSV80°36°77°
CMYK 0.120.000.36   0.23
XYZ40.965750.323127.2929
Yxy50.32310.34550.4244
Hunter Lab70.9388-21.062726.8460
CIE-Lab76.2672-20.017432.9780

#adc57e color RGB value is (173,197,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000101 01111110
Octal 255 305 176
Decimal 173 197 126
Hex AD C5 7E

RGB Percentages of Color #adc57e

%34.88
%39.72
%25.40

CMYK Percentages of Color #adc57e

%12
%0
%36
%23

Triadic Colors of #adc57e

#adc57e #7eadc5 #c57ead

Analogous Colors of #adc57e

#adc57e #8ac57e #c5ba7e

Monochromatic Colors of #adc57e

#adc57e

Complementary Color

#adc57e #967ec5

#adc57e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc57e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc57e Color CSS Codes

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

#adc57e Text Font Color

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

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


#adc57e Background Color

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

This div background color is #adc57e


#adc57e Border Color

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

This div border color is #adc57e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc57e


Comments

No comments written yet.

Please login to write comment.