Color Hex Logo

#73c4bd Color Hex

#73C4BD
(115,196,189)
0 Favorites   0 Comments

Color spaces of #73c4bd

RGB 115196189
HSL0.490.410.61
HSV175°41°77°
CMYK 0.410.000.04   0.23
XYZ35.995546.798855.2800
Yxy46.79880.26070.3389
Hunter Lab68.4096-25.7945-0.0239
CIE-Lab74.0609-26.4451-4.2735

#73c4bd color RGB value is (115,196,189).

#73c4bd hex color red value is 115, green value is 196 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #73c4bd hue: 0.49 , saturation: 0.41 and the lightness value of 73c4bd is 0.61.

The process color (four color CMYK) of #73c4bd color hex is 0.41, 0.00, 0.04, 0.23. Web safe color of #73c4bd is #66cccc. Color #73c4bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11000100 10111101
Octal 163 304 275
Decimal 115 196 189
Hex 73 C4 BD

RGB Percentages of Color #73c4bd

%23.00
%39.20
%37.80

CMYK Percentages of Color #73c4bd

%41
%0
%4
%23

Triadic Colors of #73c4bd

#73c4bd #bd73c4 #c4bd73

Analogous Colors of #73c4bd

#73c4bd #73a3c4 #73c495

Monochromatic Colors of #73c4bd

#73c4bd

Complementary Color

#73c4bd #c4737a

#73c4bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73c4bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#73c4bd Color CSS Codes

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

#73c4bd Text Font Color

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

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


#73c4bd Background Color

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

This div background color is #73c4bd


#73c4bd Border Color

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

This div border color is #73c4bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73c4bd


Comments

No comments written yet.

Please login to write comment.