Color Hex Logo

#73c886 Color Hex

#73C886
(115,200,134)
0 Favorites   0 Comments

Color spaces of #73c886

RGB 115200134
HSL0.370.440.62
HSV133°43°78°
CMYK 0.430.000.33   0.22
XYZ32.027646.674629.8753
Yxy46.67460.29500.4299
Hunter Lab68.3188-35.877821.8961
CIE-Lab73.9811-39.914325.1786

#73c886 color RGB value is (115,200,134).

#73c886 hex color red value is 115, green value is 200 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #73c886 hue: 0.37 , saturation: 0.44 and the lightness value of 73c886 is 0.62.

The process color (four color CMYK) of #73c886 color hex is 0.43, 0.00, 0.33, 0.22. Web safe color of #73c886 is #66cc99. Color #73c886 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11001000 10000110
Octal 163 310 206
Decimal 115 200 134
Hex 73 C8 86

RGB Percentages of Color #73c886

%25.61
%44.54
%29.84

CMYK Percentages of Color #73c886

%43
%0
%33
%22

Triadic Colors of #73c886

#73c886 #8673c8 #c88673

Analogous Colors of #73c886

#73c886 #73c8b1 #8bc873

Monochromatic Colors of #73c886

#73c886

Complementary Color

#73c886 #c873b5

#73c886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73c886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#73c886 Color CSS Codes

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

#73c886 Text Font Color

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

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


#73c886 Background Color

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

This div background color is #73c886


#73c886 Border Color

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

This div border color is #73c886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73c886


Comments

No comments written yet.

Please login to write comment.