Color Hex Logo

#addc5e Color Hex

#ADDC5E
(173,220,94)
0 Favorites   0 Comments

Color spaces of #addc5e

RGB 17322094
HSL0.230.640.62
HSV82°57°86°
CMYK 0.210.000.57   0.14
XYZ44.847260.878819.9768
Yxy60.87880.35680.4843
Hunter Lab78.0249-33.945139.4373
CIE-Lab82.3135-34.509055.8607

#addc5e color RGB value is (173,220,94).

#addc5e hex color red value is 173, green value is 220 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #addc5e hue: 0.23 , saturation: 0.64 and the lightness value of addc5e is 0.62.

The process color (four color CMYK) of #addc5e color hex is 0.21, 0.00, 0.57, 0.14. Web safe color of #addc5e is #99cc66. Color #addc5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011100 01011110
Octal 255 334 136
Decimal 173 220 94
Hex AD DC 5E

RGB Percentages of Color #addc5e

%35.52
%45.17
%19.30

CMYK Percentages of Color #addc5e

%21
%0
%57
%14

Triadic Colors of #addc5e

#addc5e #5eaddc #dc5ead

Analogous Colors of #addc5e

#addc5e #6edc5e #dccc5e

Monochromatic Colors of #addc5e

#addc5e

Complementary Color

#addc5e #8d5edc

#addc5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addc5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#addc5e Color CSS Codes

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

#addc5e Text Font Color

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

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


#addc5e Background Color

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

This div background color is #addc5e


#addc5e Border Color

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

This div border color is #addc5e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,220,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 #addc5e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addc5e


Comments

No comments written yet.

Please login to write comment.