Color Hex Logo

#add70a Color Hex

#ADD70A
(173,215,10)
0 Favorites   0 Comments

Color spaces of #add70a

RGB 17321510
HSL0.200.910.44
HSV72°95°84°
CMYK 0.200.000.95   0.16
XYZ41.588857.50709.1952
Yxy57.50700.38400.5310
Hunter Lab75.8334-34.814845.8941
CIE-Lab80.4639-36.201778.5705

#add70a color RGB value is (173,215,10).

#add70a hex color red value is 173, green value is 215 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #add70a hue: 0.20 , saturation: 0.91 and the lightness value of add70a is 0.44.

The process color (four color CMYK) of #add70a color hex is 0.20, 0.00, 0.95, 0.16. Web safe color of #add70a is #99cc00. Color #add70a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010111 00001010
Octal 255 327 12
Decimal 173 215 10
Hex AD D7 A

RGB Percentages of Color #add70a

%43.47
%54.02
%2.51

CMYK Percentages of Color #add70a

%20
%0
%95
%16

Triadic Colors of #add70a

#add70a #0aadd7 #d70aad

Analogous Colors of #add70a

#add70a #47d70a #d79b0a

Monochromatic Colors of #add70a

#add70a

Complementary Color

#add70a #340ad7

#add70a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add70a Color Preview on White Background

Lorem ipsum dolor sit amet.

#add70a Color CSS Codes

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

#add70a Text Font Color

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

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


#add70a Background Color

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

This div background color is #add70a


#add70a Border Color

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

This div border color is #add70a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add70a


Comments

No comments written yet.

Please login to write comment.