Color Hex Logo

#add049 Color Hex

#ADD049
(173,208,73)
0 Favorites   0 Comments

Color spaces of #add049

RGB 17320873
HSL0.210.590.55
HSV76°65°82°
CMYK 0.170.000.65   0.18
XYZ40.992154.477014.6579
Yxy54.47700.37220.4947
Hunter Lab73.8085-30.028839.8914
CIE-Lab78.7391-30.591160.8408

#add049 color RGB value is (173,208,73).

#add049 hex color red value is 173, green value is 208 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #add049 hue: 0.21 , saturation: 0.59 and the lightness value of add049 is 0.55.

The process color (four color CMYK) of #add049 color hex is 0.17, 0.00, 0.65, 0.18. Web safe color of #add049 is #99cc33. Color #add049 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010000 01001001
Octal 255 320 111
Decimal 173 208 73
Hex AD D0 49

RGB Percentages of Color #add049

%38.11
%45.81
%16.08

CMYK Percentages of Color #add049

%17
%0
%65
%18

Triadic Colors of #add049

#add049 #49add0 #d049ad

Analogous Colors of #add049

#add049 #6ad049 #d0b049

Monochromatic Colors of #add049

#add049

Complementary Color

#add049 #6c49d0

#add049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add049 Color CSS Codes

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

#add049 Text Font Color

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

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


#add049 Background Color

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

This div background color is #add049


#add049 Border Color

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

This div border color is #add049


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add049


Comments

No comments written yet.

Please login to write comment.