Color Hex Logo

#addc1e Color Hex

#ADDC1E
(173,220,30)
0 Favorites   0 Comments

Color spaces of #addc1e

RGB 17322030
HSL0.210.760.49
HSV75°86°86°
CMYK 0.210.000.86   0.14
XYZ43.061160.164410.5716
Yxy60.16440.37840.5287
Hunter Lab77.5657-36.644646.2152
CIE-Lab81.9275-38.082676.9176

#addc1e color RGB value is (173,220,30).

#addc1e hex color red value is 173, green value is 220 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #addc1e hue: 0.21 , saturation: 0.76 and the lightness value of addc1e is 0.49.

The process color (four color CMYK) of #addc1e color hex is 0.21, 0.00, 0.86, 0.14. Web safe color of #addc1e is #99cc33. Color #addc1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011100 00011110
Octal 255 334 36
Decimal 173 220 30
Hex AD DC 1E

RGB Percentages of Color #addc1e

%40.90
%52.01
%7.09

CMYK Percentages of Color #addc1e

%21
%0
%86
%14

Triadic Colors of #addc1e

#addc1e #1eaddc #dc1ead

Analogous Colors of #addc1e

#addc1e #4edc1e #dcac1e

Monochromatic Colors of #addc1e

#addc1e

Complementary Color

#addc1e #4d1edc

#addc1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addc1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#addc1e Color CSS Codes

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

#addc1e Text Font Color

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

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


#addc1e Background Color

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

This div background color is #addc1e


#addc1e Border Color

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

This div border color is #addc1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addc1e


Comments

No comments written yet.

Please login to write comment.