color codes Logo

#add94e color codes

#ADD94E
(173,217,78)
0 Favorites   0 Comments

Color spaces of #add94e

RGB 17321778
HSL0.220.650.58
HSV79°64°85°
CMYK 0.200.000.64   0.15
XYZ43.421659.060016.3189
Yxy59.06000.36550.4971
Hunter Lab76.8505-33.633441.2054
CIE-Lab81.3246-34.415261.5645

#add94e color RGB value is (173,217,78).

#add94e hex color red value is 173, green value is 217 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #add94e hue: 0.22 , saturation: 0.65 and the lightness value of add94e is 0.58.

The process color (four color CMYK) of #add94e color code is 0.20, 0.00, 0.64, 0.15. Web safe color of #add94e is #99cc66. Color #add94e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011001 01001110
Octal 255 331 116
Decimal 173 217 78
Hex AD D9 4E

RGB Percentages of Color #add94e

%36.97
%46.37
%16.67

CMYK Percentages of Color #add94e

%20
%0
%64
%15

Triadic Colors of #add94e

#add94e #4eadd9 #d94ead

Analogous Colors of #add94e

#add94e #68d94e #d9c04e

Monochromatic Colors of #add94e

#add94e

Complementary Color

#add94e #7a4ed9

#add94e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add94e Color Preview on White Background

Lorem ipsum dolor sit amet.

#add94e Color CSS Codes

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

#add94e Text Font Color

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

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


#add94e Background Color

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

This div background color is #add94e


#add94e Border Color

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

This div border color is #add94e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add94e


Comments

No comments written yet.

Please login to write comment.