Color Hex Logo

#add82b Color Hex

#ADD82B
(173,216,43)
0 Favorites   0 Comments

Color spaces of #add82b

RGB 17321643
HSL0.210.690.51
HSV75°80°85°
CMYK 0.200.000.80   0.15
XYZ42.225558.170411.2880
Yxy58.17040.37810.5208
Hunter Lab76.2695-34.647844.6137
CIE-Lab80.8334-35.867173.0001

#add82b color RGB value is (173,216,43).

#add82b hex color red value is 173, green value is 216 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #add82b hue: 0.21 , saturation: 0.69 and the lightness value of add82b is 0.51.

The process color (four color CMYK) of #add82b color hex is 0.20, 0.00, 0.80, 0.15. Web safe color of #add82b is #99cc33. Color #add82b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011000 00101011
Octal 255 330 53
Decimal 173 216 43
Hex AD D8 2B

RGB Percentages of Color #add82b

%40.05
%50.00
%9.95

CMYK Percentages of Color #add82b

%20
%0
%80
%15

Triadic Colors of #add82b

#add82b #2badd8 #d82bad

Analogous Colors of #add82b

#add82b #56d82b #d8ad2b

Monochromatic Colors of #add82b

#add82b

Complementary Color

#add82b #562bd8

#add82b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add82b Color Preview on White Background

Lorem ipsum dolor sit amet.

#add82b Color CSS Codes

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

#add82b Text Font Color

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

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


#add82b Background Color

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

This div background color is #add82b


#add82b Border Color

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

This div border color is #add82b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add82b


Comments

No comments written yet.

Please login to write comment.