Color Hex Logo

#73c19d Color Hex

#73C19D
(115,193,157)
0 Favorites   0 Comments

Color spaces of #73c19d

RGB 115193157
HSL0.420.390.60
HSV152°40°76°
CMYK 0.400.000.19   0.24
XYZ32.226044.219138.7349
Yxy44.21910.27980.3839
Hunter Lab66.4974-29.865812.0117
CIE-Lab72.3747-32.273010.6568

#73c19d color RGB value is (115,193,157).

#73c19d hex color red value is 115, green value is 193 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #73c19d hue: 0.42 , saturation: 0.39 and the lightness value of 73c19d is 0.60.

The process color (four color CMYK) of #73c19d color hex is 0.40, 0.00, 0.19, 0.24. Web safe color of #73c19d is #66cc99. Color #73c19d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11000001 10011101
Octal 163 301 235
Decimal 115 193 157
Hex 73 C1 9D

RGB Percentages of Color #73c19d

%24.73
%41.51
%33.76

CMYK Percentages of Color #73c19d

%40
%0
%19
%24

Triadic Colors of #73c19d

#73c19d #9d73c1 #c19d73

Analogous Colors of #73c19d

#73c19d #73bec1 #73c176

Monochromatic Colors of #73c19d

#73c19d

Complementary Color

#73c19d #c17397

#73c19d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73c19d Color Preview on White Background

Lorem ipsum dolor sit amet.

#73c19d Color CSS Codes

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

#73c19d Text Font Color

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

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


#73c19d Background Color

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

This div background color is #73c19d


#73c19d Border Color

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

This div border color is #73c19d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,193,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73c19d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73c19d;
  -webkit-box-shadow: 1px 1px 3px 2px #73c19d;
  box-shadow:         1px 1px 3px 2px #73c19d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73c19d


Comments

No comments written yet.

Please login to write comment.