Color Hex Logo

#add84b Color Hex

#ADD84B
(173,216,75)
0 Favorites   0 Comments

Color spaces of #add84b

RGB 17321675
HSL0.220.640.57
HSV78°65°85°
CMYK 0.200.000.65   0.15
XYZ43.059458.504015.6795
Yxy58.50400.36730.4990
Hunter Lab76.4879-33.366041.3875
CIE-Lab81.0182-34.168362.4423

#add84b color RGB value is (173,216,75).

#add84b hex color red value is 173, green value is 216 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #add84b hue: 0.22 , saturation: 0.64 and the lightness value of add84b is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011000 01001011
Octal 255 330 113
Decimal 173 216 75
Hex AD D8 4B

RGB Percentages of Color #add84b

%37.28
%46.55
%16.16

CMYK Percentages of Color #add84b

%20
%0
%65
%15

Triadic Colors of #add84b

#add84b #4badd8 #d84bad

Analogous Colors of #add84b

#add84b #67d84b #d8bd4b

Monochromatic Colors of #add84b

#add84b

Complementary Color

#add84b #764bd8

#add84b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add84b Color Preview on White Background

Lorem ipsum dolor sit amet.

#add84b Color CSS Codes

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

#add84b Text Font Color

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

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


#add84b Background Color

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

This div background color is #add84b


#add84b Border Color

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

This div border color is #add84b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add84b

#add84b Color Palettes


Comments

No comments written yet.

Please login to write comment.