Color Hex Logo

#73dcbb Color Hex

#73DCBB
(115,220,187)
0 Favorites   0 Comments

Color spaces of #73dcbb

RGB 115220187
HSL0.450.600.66
HSV161°48°86°
CMYK 0.480.000.15   0.14
XYZ41.633158.419156.0954
Yxy58.41910.26660.3741
Hunter Lab76.4324-36.52689.9884
CIE-Lab80.9712-38.25376.8602

#73dcbb color RGB value is (115,220,187).

#73dcbb hex color red value is 115, green value is 220 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #73dcbb hue: 0.45 , saturation: 0.60 and the lightness value of 73dcbb is 0.66.

The process color (four color CMYK) of #73dcbb color hex is 0.48, 0.00, 0.15, 0.14. Web safe color of #73dcbb is #66cccc. Color #73dcbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11011100 10111011
Octal 163 334 273
Decimal 115 220 187
Hex 73 DC BB

RGB Percentages of Color #73dcbb

%22.03
%42.15
%35.82

CMYK Percentages of Color #73dcbb

%48
%0
%15
%14

Triadic Colors of #73dcbb

#73dcbb #bb73dc #dcbb73

Analogous Colors of #73dcbb

#73dcbb #73c9dc #73dc87

Monochromatic Colors of #73dcbb

#73dcbb

Complementary Color

#73dcbb #dc7394

#73dcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73dcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#73dcbb Color CSS Codes

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

#73dcbb Text Font Color

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

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


#73dcbb Background Color

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

This div background color is #73dcbb


#73dcbb Border Color

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

This div border color is #73dcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73dcbb


Comments

No comments written yet.

Please login to write comment.