Color Hex Logo

#73e192 Color Hex

#73E192
(115,225,146)
0 Favorites   0 Comments

Color spaces of #73e192

RGB 115225146
HSL0.380.650.67
HSV137°49°88°
CMYK 0.490.000.35   0.12
XYZ39.183859.570636.6272
Yxy59.57060.28940.4400
Hunter Lab77.1820-44.447525.8910
CIE-Lab81.6042-48.579629.1883

#73e192 color RGB value is (115,225,146).

#73e192 hex color red value is 115, green value is 225 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #73e192 hue: 0.38 , saturation: 0.65 and the lightness value of 73e192 is 0.67.

The process color (four color CMYK) of #73e192 color hex is 0.49, 0.00, 0.35, 0.12. Web safe color of #73e192 is #66cc99. Color #73e192 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11100001 10010010
Octal 163 341 222
Decimal 115 225 146
Hex 73 E1 92

RGB Percentages of Color #73e192

%23.66
%46.30
%30.04

CMYK Percentages of Color #73e192

%49
%0
%35
%12

Triadic Colors of #73e192

#73e192 #9273e1 #e19273

Analogous Colors of #73e192

#73e192 #73e1c9 #8be173

Monochromatic Colors of #73e192

#73e192

Complementary Color

#73e192 #e173c2

#73e192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73e192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#73e192 Color CSS Codes

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

#73e192 Text Font Color

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

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


#73e192 Background Color

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

This div background color is #73e192


#73e192 Border Color

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

This div border color is #73e192


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73e192


Comments

No comments written yet.

Please login to write comment.