Color Hex Logo

#73bb8f Color Hex

#73BB8F
(115,187,143)
0 Favorites   0 Comments

Color spaces of #73bb8f

RGB 115187143
HSL0.400.350.59
HSV143°39°73°
CMYK 0.390.000.24   0.27
XYZ29.798541.168732.3624
Yxy41.16870.28840.3984
Hunter Lab64.1628-29.386015.0093
CIE-Lab70.2940-32.288215.3107

#73bb8f color RGB value is (115,187,143).

#73bb8f hex color red value is 115, green value is 187 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #73bb8f hue: 0.40 , saturation: 0.35 and the lightness value of 73bb8f is 0.59.

The process color (four color CMYK) of #73bb8f color hex is 0.39, 0.00, 0.24, 0.27. Web safe color of #73bb8f is #66cc99. Color #73bb8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10111011 10001111
Octal 163 273 217
Decimal 115 187 143
Hex 73 BB 8F

RGB Percentages of Color #73bb8f

%25.84
%42.02
%32.13

CMYK Percentages of Color #73bb8f

%39
%0
%24
%27

Triadic Colors of #73bb8f

#73bb8f #8f73bb #bb8f73

Analogous Colors of #73bb8f

#73bb8f #73bbb3 #7bbb73

Monochromatic Colors of #73bb8f

#73bb8f

Complementary Color

#73bb8f #bb739f

#73bb8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73bb8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#73bb8f Color CSS Codes

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

#73bb8f Text Font Color

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

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


#73bb8f Background Color

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

This div background color is #73bb8f


#73bb8f Border Color

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

This div border color is #73bb8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73bb8f


Comments

No comments written yet.

Please login to write comment.