Color Hex Logo

#73d885 Color Hex

#73D885
(115,216,133)
0 Favorites   0 Comments

Color spaces of #73d885

RGB 115216133
HSL0.360.560.65
HSV131°47°85°
CMYK 0.470.000.38   0.15
XYZ35.859754.450030.8102
Yxy54.45000.29610.4496
Hunter Lab73.7902-42.387626.8974
CIE-Lab78.7234-46.997632.0132

#73d885 color RGB value is (115,216,133).

#73d885 hex color red value is 115, green value is 216 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #73d885 hue: 0.36 , saturation: 0.56 and the lightness value of 73d885 is 0.65.

The process color (four color CMYK) of #73d885 color hex is 0.47, 0.00, 0.38, 0.15. Web safe color of #73d885 is #66cc99. Color #73d885 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11011000 10000101
Octal 163 330 205
Decimal 115 216 133
Hex 73 D8 85

RGB Percentages of Color #73d885

%24.78
%46.55
%28.66

CMYK Percentages of Color #73d885

%47
%0
%38
%15

Triadic Colors of #73d885

#73d885 #8573d8 #d88573

Analogous Colors of #73d885

#73d885 #73d8b8 #94d873

Monochromatic Colors of #73d885

#73d885

Complementary Color

#73d885 #d873c6

#73d885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73d885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#73d885 Color CSS Codes

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

#73d885 Text Font Color

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

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


#73d885 Background Color

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

This div background color is #73d885


#73d885 Border Color

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

This div border color is #73d885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73d885


Comments

No comments written yet.

Please login to write comment.