Color Hex Logo

#adc157 Color Hex

#ADC157
(173,193,87)
0 Favorites   0 Comments

Color spaces of #adc157

RGB 17319387
HSL0.200.460.55
HSV71°55°76°
CMYK 0.100.000.55   0.24
XYZ38.023847.712316.2221
Yxy47.71230.37290.4680
Hunter Lab69.0741-22.619334.4276
CIE-Lab74.6431-22.283750.2552

#adc157 color RGB value is (173,193,87).

#adc157 hex color red value is 173, green value is 193 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #adc157 hue: 0.20 , saturation: 0.46 and the lightness value of adc157 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000001 01010111
Octal 255 301 127
Decimal 173 193 87
Hex AD C1 57

RGB Percentages of Color #adc157

%38.19
%42.60
%19.21

CMYK Percentages of Color #adc157

%10
%0
%55
%24

Triadic Colors of #adc157

#adc157 #57adc1 #c157ad

Analogous Colors of #adc157

#adc157 #78c157 #c1a057

Monochromatic Colors of #adc157

#adc157

Complementary Color

#adc157 #6b57c1

#adc157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc157 Color CSS Codes

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

#adc157 Text Font Color

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

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


#adc157 Background Color

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

This div background color is #adc157


#adc157 Border Color

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

This div border color is #adc157


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc157


Comments

No comments written yet.

Please login to write comment.