Color Hex Logo

#73cbbf Color Hex

#73CBBF
(115,203,191)
0 Favorites   0 Comments

Color spaces of #73cbbf

RGB 115203191
HSL0.480.460.62
HSV172°43°80°
CMYK 0.430.000.06   0.20
XYZ37.830150.118356.9702
Yxy50.11830.26100.3458
Hunter Lab70.7943-28.50551.8436
CIE-Lab76.1418-29.3704-2.2955

#73cbbf color RGB value is (115,203,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11001011 10111111
Octal 163 313 277
Decimal 115 203 191
Hex 73 CB BF

RGB Percentages of Color #73cbbf

%22.59
%39.88
%37.52

CMYK Percentages of Color #73cbbf

%43
%0
%6
%20

Triadic Colors of #73cbbf

#73cbbf #bf73cb #cbbf73

Analogous Colors of #73cbbf

#73cbbf #73abcb #73cb93

Monochromatic Colors of #73cbbf

#73cbbf

Complementary Color

#73cbbf #cb737f

#73cbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73cbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#73cbbf Color CSS Codes

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

#73cbbf Text Font Color

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

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


#73cbbf Background Color

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

This div background color is #73cbbf


#73cbbf Border Color

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

This div border color is #73cbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73cbbf


Comments

No comments written yet.

Please login to write comment.