Color Hex Logo

#add100 Color Hex

#ADD100
(173,209,0)
0 Favorites   0 Comments

Color spaces of #add100

RGB 1732090
HSL0.201.000.41
HSV70°100°82°
CMYK 0.170.001.00   0.18
XYZ40.034054.48528.4067
Yxy54.48520.38900.5294
Hunter Lab73.8141-32.362944.9173
CIE-Lab78.7438-33.578078.1882

#add100 color RGB value is (173,209,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010001 00000000
Octal 255 321 0
Decimal 173 209 0
Hex AD D1 0

RGB Percentages of Color #add100

%45.29
%54.71
%0.00

CMYK Percentages of Color #add100

%17
%0
%100
%18

Triadic Colors of #add100

#add100 #00add1 #d100ad

Analogous Colors of #add100

#add100 #45d100 #d18d00

Monochromatic Colors of #add100

#add100

Complementary Color

#add100 #2400d1

#add100 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add100 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add100 Color CSS Codes

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

#add100 Text Font Color

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

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


#add100 Background Color

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

This div background color is #add100


#add100 Border Color

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

This div border color is #add100


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add100


Comments

No comments written yet.

Please login to write comment.