Color Hex Logo

#73de8e Color Hex

#73DE8E
(115,222,142)
0 Favorites   0 Comments

Color spaces of #73de8e

RGB 115222142
HSL0.380.620.66
HSV135°48°87°
CMYK 0.480.000.36   0.13
XYZ38.074057.840434.7488
Yxy57.84040.29140.4427
Hunter Lab76.0529-43.730926.1472
CIE-Lab80.6500-48.013429.9626

#73de8e color RGB value is (115,222,142).

#73de8e hex color red value is 115, green value is 222 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #73de8e hue: 0.38 , saturation: 0.62 and the lightness value of 73de8e is 0.66.

The process color (four color CMYK) of #73de8e color hex is 0.48, 0.00, 0.36, 0.13. Web safe color of #73de8e is #66cc99. Color #73de8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11011110 10001110
Octal 163 336 216
Decimal 115 222 142
Hex 73 DE 8E

RGB Percentages of Color #73de8e

%24.01
%46.35
%29.65

CMYK Percentages of Color #73de8e

%48
%0
%36
%13

Triadic Colors of #73de8e

#73de8e #8e73de #de8e73

Analogous Colors of #73de8e

#73de8e #73dec4 #8ede73

Monochromatic Colors of #73de8e

#73de8e

Complementary Color

#73de8e #de73c3

#73de8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73de8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#73de8e Color CSS Codes

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

#73de8e Text Font Color

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

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


#73de8e Background Color

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

This div background color is #73de8e


#73de8e Border Color

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

This div border color is #73de8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73de8e


Comments

No comments written yet.

Please login to write comment.