Color Hex Logo

#adc75e Color Hex

#ADC75E
(173,199,94)
0 Favorites   0 Comments

Color spaces of #adc75e

RGB 17319994
HSL0.210.480.57
HSV75°53°78°
CMYK 0.130.000.53   0.22
XYZ39.677450.539218.2535
Yxy50.53920.36580.4659
Hunter Lab71.0909-24.784434.5402
CIE-Lab76.3990-24.587349.0299

#adc75e color RGB value is (173,199,94).

#adc75e hex color red value is 173, green value is 199 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #adc75e hue: 0.21 , saturation: 0.48 and the lightness value of adc75e is 0.57.

The process color (four color CMYK) of #adc75e color hex is 0.13, 0.00, 0.53, 0.22. Web safe color of #adc75e is #99cc66. Color #adc75e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000111 01011110
Octal 255 307 136
Decimal 173 199 94
Hex AD C7 5E

RGB Percentages of Color #adc75e

%37.12
%42.70
%20.17

CMYK Percentages of Color #adc75e

%13
%0
%53
%22

Triadic Colors of #adc75e

#adc75e #5eadc7 #c75ead

Analogous Colors of #adc75e

#adc75e #79c75e #c7ad5e

Monochromatic Colors of #adc75e

#adc75e

Complementary Color

#adc75e #785ec7

#adc75e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc75e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc75e Color CSS Codes

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

#adc75e Text Font Color

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

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


#adc75e Background Color

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

This div background color is #adc75e


#adc75e Border Color

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

This div border color is #adc75e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc75e


Comments

No comments written yet.

Please login to write comment.