Color Hex Logo

#add000 Color Hex

#ADD000
(173,208,0)
0 Favorites   0 Comments

Color spaces of #add000

RGB 1732080
HSL0.191.000.41
HSV70°100°82°
CMYK 0.170.001.00   0.18
XYZ39.789553.99608.3251
Yxy53.99600.38970.5288
Hunter Lab73.4820-31.938144.7202
CIE-Lab78.4594-33.116677.9743

#add000 color RGB value is (173,208,0).

#add000 hex color red value is 173, green value is 208 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #add000 hue: 0.19 , saturation: 1.00 and the lightness value of add000 is 0.41.

The process color (four color CMYK) of #add000 color hex is 0.17, 0.00, 1.00, 0.18. Web safe color of #add000 is #99cc00. Color #add000 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010000 00000000
Octal 255 320 0
Decimal 173 208 0
Hex AD D0 0

RGB Percentages of Color #add000

%45.41
%54.59
%0.00

CMYK Percentages of Color #add000

%17
%0
%100
%18

Triadic Colors of #add000

#add000 #00add0 #d000ad

Analogous Colors of #add000

#add000 #45d000 #d08b00

Monochromatic Colors of #add000

#add000

Complementary Color

#add000 #2300d0

#add000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add000 Color CSS Codes

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

#add000 Text Font Color

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

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


#add000 Background Color

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

This div background color is #add000


#add000 Border Color

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

This div border color is #add000


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add000


Comments

No comments written yet.

Please login to write comment.