Color Hex Logo

#73b89f Color Hex

#73B89F
(115,184,159)
0 Favorites   0 Comments

Color spaces of #73b89f

RGB 115184159
HSL0.440.330.59
HSV158°38°72°
CMYK 0.380.000.14   0.28
XYZ30.468740.429038.9986
Yxy40.42900.27720.3679
Hunter Lab63.5838-25.73638.1436
CIE-Lab69.7740-27.51935.8520

#73b89f color RGB value is (115,184,159).

#73b89f hex color red value is 115, green value is 184 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #73b89f hue: 0.44 , saturation: 0.33 and the lightness value of 73b89f is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10111000 10011111
Octal 163 270 237
Decimal 115 184 159
Hex 73 B8 9F

RGB Percentages of Color #73b89f

%25.11
%40.17
%34.72

CMYK Percentages of Color #73b89f

%38
%0
%14
%28

Triadic Colors of #73b89f

#73b89f #9f73b8 #b89f73

Analogous Colors of #73b89f

#73b89f #73afb8 #73b87d

Monochromatic Colors of #73b89f

#73b89f

Complementary Color

#73b89f #b8738c

#73b89f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73b89f Color Preview on White Background

Lorem ipsum dolor sit amet.

#73b89f Color CSS Codes

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

#73b89f Text Font Color

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

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


#73b89f Background Color

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

This div background color is #73b89f


#73b89f Border Color

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

This div border color is #73b89f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73b89f


Comments

No comments written yet.

Please login to write comment.