Color Hex Logo

#add749 Color Hex

#ADD749
(173,215,73)
0 Favorites   0 Comments

Color spaces of #add749

RGB 17321573
HSL0.220.640.56
HSV78°66°84°
CMYK 0.200.000.66   0.16
XYZ42.736657.966215.2395
Yxy57.96620.36860.5000
Hunter Lab76.1355-33.041141.4272
CIE-Lab80.7200-33.845062.9181

#add749 color RGB value is (173,215,73).

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

The process color (four color CMYK) of #add749 color hex is 0.20, 0.00, 0.66, 0.16. Web safe color of #add749 is #99cc33. Color #add749 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010111 01001001
Octal 255 327 111
Decimal 173 215 73
Hex AD D7 49

RGB Percentages of Color #add749

%37.53
%46.64
%15.84

CMYK Percentages of Color #add749

%20
%0
%66
%16

Triadic Colors of #add749

#add749 #49add7 #d749ad

Analogous Colors of #add749

#add749 #66d749 #d7ba49

Monochromatic Colors of #add749

#add749

Complementary Color

#add749 #7349d7

#add749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#add749 Color CSS Codes

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

#add749 Text Font Color

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

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


#add749 Background Color

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

This div background color is #add749


#add749 Border Color

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

This div border color is #add749


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,215,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 #add749">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add749


Comments

No comments written yet.

Please login to write comment.