Color Hex Logo

#73cbbe Color Hex

#73CBBE
(115,203,190)
0 Favorites   0 Comments

Color spaces of #73cbbe

RGB 115203190
HSL0.480.460.62
HSV171°43°80°
CMYK 0.430.000.06   0.20
XYZ37.720450.074456.3925
Yxy50.07440.26160.3473
Hunter Lab70.7633-28.68622.2850
CIE-Lab76.1149-29.6102-1.7953

#73cbbe color RGB value is (115,203,190).

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

The process color (four color CMYK) of #73cbbe color hex is 0.43, 0.00, 0.06, 0.20. Web safe color of #73cbbe is #66cccc. Color #73cbbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11001011 10111110
Octal 163 313 276
Decimal 115 203 190
Hex 73 CB BE

RGB Percentages of Color #73cbbe

%22.64
%39.96
%37.40

CMYK Percentages of Color #73cbbe

%43
%0
%6
%20

Triadic Colors of #73cbbe

#73cbbe #be73cb #cbbe73

Analogous Colors of #73cbbe

#73cbbe #73accb #73cb92

Monochromatic Colors of #73cbbe

#73cbbe

Complementary Color

#73cbbe #cb7380

#73cbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73cbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#73cbbe Color CSS Codes

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

#73cbbe Text Font Color

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

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


#73cbbe Background Color

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

This div background color is #73cbbe


#73cbbe Border Color

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

This div border color is #73cbbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,203,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 #73cbbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73cbbe


Comments

No comments written yet.

Please login to write comment.