Color Hex Logo

#73c6be Color Hex

#73C6BE
(115,198,190)
0 Favorites   0 Comments

Color spaces of #73c6be

RGB 115198190
HSL0.480.420.61
HSV174°42°78°
CMYK 0.420.000.04   0.22
XYZ36.558647.750756.0052
Yxy47.75070.26050.3403
Hunter Lab69.1019-26.49220.3184
CIE-Lab74.6674-27.1828-3.9225

#73c6be color RGB value is (115,198,190).

#73c6be hex color red value is 115, green value is 198 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #73c6be hue: 0.48 , saturation: 0.42 and the lightness value of 73c6be is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11000110 10111110
Octal 163 306 276
Decimal 115 198 190
Hex 73 C6 BE

RGB Percentages of Color #73c6be

%22.86
%39.36
%37.77

CMYK Percentages of Color #73c6be

%42
%0
%4
%22

Triadic Colors of #73c6be

#73c6be #be73c6 #c6be73

Analogous Colors of #73c6be

#73c6be #73a5c6 #73c695

Monochromatic Colors of #73c6be

#73c6be

Complementary Color

#73c6be #c6737b

#73c6be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73c6be Color Preview on White Background

Lorem ipsum dolor sit amet.

#73c6be Color CSS Codes

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

#73c6be Text Font Color

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

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


#73c6be Background Color

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

This div background color is #73c6be


#73c6be Border Color

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

This div border color is #73c6be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73c6be


Comments

No comments written yet.

Please login to write comment.