Color Hex Logo

#addc10 Color Hex

#ADDC10
(173,220,16)
0 Favorites   0 Comments

Color spaces of #addc10

RGB 17322016
HSL0.210.860.46
HSV74°93°86°
CMYK 0.210.000.93   0.14
XYZ42.920360.10809.8301
Yxy60.10800.38030.5326
Hunter Lab77.5293-36.858646.7530
CIE-Lab81.8969-38.369679.0663

#addc10 color RGB value is (173,220,16).

#addc10 hex color red value is 173, green value is 220 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #addc10 hue: 0.21 , saturation: 0.86 and the lightness value of addc10 is 0.46.

The process color (four color CMYK) of #addc10 color hex is 0.21, 0.00, 0.93, 0.14. Web safe color of #addc10 is #99cc00. Color #addc10 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011100 00010000
Octal 255 334 20
Decimal 173 220 16
Hex AD DC 10

RGB Percentages of Color #addc10

%42.30
%53.79
%3.91

CMYK Percentages of Color #addc10

%21
%0
%93
%14

Triadic Colors of #addc10

#addc10 #10addc #dc10ad

Analogous Colors of #addc10

#addc10 #47dc10 #dca510

Monochromatic Colors of #addc10

#addc10

Complementary Color

#addc10 #3f10dc

#addc10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addc10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addc10 Color CSS Codes

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

#addc10 Text Font Color

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

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


#addc10 Background Color

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

This div background color is #addc10


#addc10 Border Color

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

This div border color is #addc10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addc10


Comments

No comments written yet.

Please login to write comment.