color codes Logo

#add93a color codes

#ADD93A
(173,217,58)
0 Favorites   0 Comments

Color spaces of #add93a

RGB 17321758
HSL0.210.680.54
HSV77°73°85°
CMYK 0.200.000.73   0.15
XYZ42.810258.815413.0992
Yxy58.81540.37320.5127
Hunter Lab76.6912-34.568243.5568
CIE-Lab81.1900-35.651268.8369

#add93a color RGB value is (173,217,58).

#add93a hex color red value is 173, green value is 217 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #add93a hue: 0.21 , saturation: 0.68 and the lightness value of add93a is 0.54.

The process color (four color CMYK) of #add93a color code is 0.20, 0.00, 0.73, 0.15. Web safe color of #add93a is #99cc33. Color #add93a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011001 00111010
Octal 255 331 72
Decimal 173 217 58
Hex AD D9 3A

RGB Percentages of Color #add93a

%38.62
%48.44
%12.95

CMYK Percentages of Color #add93a

%20
%0
%73
%15

Triadic Colors of #add93a

#add93a #3aadd9 #d93aad

Analogous Colors of #add93a

#add93a #5ed93a #d9b63a

Monochromatic Colors of #add93a

#add93a

Complementary Color

#add93a #663ad9

#add93a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add93a Color Preview on White Background

Lorem ipsum dolor sit amet.

#add93a Color CSS Codes

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

#add93a Text Font Color

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

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


#add93a Background Color

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

This div background color is #add93a


#add93a Border Color

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

This div border color is #add93a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add93a


Comments

No comments written yet.

Please login to write comment.