Color Hex Logo

#73daba Color Hex

#73DABA
(115,218,186)
0 Favorites   0 Comments

Color spaces of #73daba

RGB 115218186
HSL0.450.580.65
HSV161°47°85°
CMYK 0.470.000.15   0.15
XYZ41.004657.332855.3595
Yxy57.33280.26680.3730
Hunter Lab75.7184-35.84239.6546
CIE-Lab80.3664-37.56726.5216

#73daba color RGB value is (115,218,186).

#73daba hex color red value is 115, green value is 218 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #73daba hue: 0.45 , saturation: 0.58 and the lightness value of 73daba is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11011010 10111010
Octal 163 332 272
Decimal 115 218 186
Hex 73 DA BA

RGB Percentages of Color #73daba

%22.16
%42.00
%35.84

CMYK Percentages of Color #73daba

%47
%0
%15
%15

Triadic Colors of #73daba

#73daba #ba73da #daba73

Analogous Colors of #73daba

#73daba #73c7da #73da87

Monochromatic Colors of #73daba

#73daba

Complementary Color

#73daba #da7393

#73daba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73daba Color Preview on White Background

Lorem ipsum dolor sit amet.

#73daba Color CSS Codes

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

#73daba Text Font Color

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

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


#73daba Background Color

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

This div background color is #73daba


#73daba Border Color

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

This div border color is #73daba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73daba


Comments

No comments written yet.

Please login to write comment.