Color Hex Logo

#9add73 Color Hex

#9ADD73
(154,221,115)
0 Favorites   0 Comments

Color spaces of #9add73

RGB 154221115
HSL0.270.610.66
HSV98°48°87°
CMYK 0.300.000.48   0.13
XYZ42.277459.820725.5380
Yxy59.82070.33120.4687
Hunter Lab77.3438-37.780734.5639
CIE-Lab81.7406-39.621245.1779

#9add73 color RGB value is (154,221,115).

#9add73 hex color red value is 154, green value is 221 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #9add73 hue: 0.27 , saturation: 0.61 and the lightness value of 9add73 is 0.66.

The process color (four color CMYK) of #9add73 color hex is 0.30, 0.00, 0.48, 0.13. Web safe color of #9add73 is #99cc66. Color #9add73 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011101 01110011
Octal 232 335 163
Decimal 154 221 115
Hex 9A DD 73

RGB Percentages of Color #9add73

%31.43
%45.10
%23.47

CMYK Percentages of Color #9add73

%30
%0
%48
%13

Triadic Colors of #9add73

#9add73 #739add #dd739a

Analogous Colors of #9add73

#9add73 #73dd81 #cfdd73

Monochromatic Colors of #9add73

#9add73

Complementary Color

#9add73 #b673dd

#9add73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9add73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9add73 Color CSS Codes

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

#9add73 Text Font Color

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

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


#9add73 Background Color

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

This div background color is #9add73


#9add73 Border Color

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

This div border color is #9add73


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,221,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9add73; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9add73;
  -webkit-box-shadow: 1px 1px 3px 2px #9add73;
  box-shadow:         1px 1px 3px 2px #9add73; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,221,115, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9add73


Comments

No comments written yet.

Please login to write comment.