color codes Logo

#adc80e color codes

#ADC80E
(173,200,14)
0 Favorites   0 Comments

Color spaces of #adc80e

RGB 17320014
HSL0.190.870.42
HSV69°93°78°
CMYK 0.140.000.93   0.22
XYZ37.967150.22458.1087
Yxy50.22450.39430.5215
Hunter Lab70.8692-28.392642.8246
CIE-Lab76.2069-29.207274.8326

#adc80e color RGB value is (173,200,14).

#adc80e hex color red value is 173, green value is 200 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #adc80e hue: 0.19 , saturation: 0.87 and the lightness value of adc80e is 0.42.

The process color (four color CMYK) of #adc80e color code is 0.14, 0.00, 0.93, 0.22. Web safe color of #adc80e is #99cc00. Color #adc80e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001000 00001110
Octal 255 310 16
Decimal 173 200 14
Hex AD C8 E

RGB Percentages of Color #adc80e

%44.70
%51.68
%3.62

CMYK Percentages of Color #adc80e

%14
%0
%93
%22

Triadic Colors of #adc80e

#adc80e #0eadc8 #c80ead

Analogous Colors of #adc80e

#adc80e #50c80e #c8860e

Monochromatic Colors of #adc80e

#adc80e

Complementary Color

#adc80e #290ec8

#adc80e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc80e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc80e Color CSS Codes

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

#adc80e Text Font Color

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

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


#adc80e Background Color

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

This div background color is #adc80e


#adc80e Border Color

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

This div border color is #adc80e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc80e


Comments

No comments written yet.

Please login to write comment.