Color Hex Logo

#73dabc Color Hex

#73DABC
(115,218,188)
0 Favorites   0 Comments

Color spaces of #73dabc

RGB 115218188
HSL0.450.580.65
HSV163°47°85°
CMYK 0.470.000.14   0.15
XYZ41.218757.418556.4874
Yxy57.41850.26570.3701
Hunter Lab75.7750-35.50918.8440
CIE-Lab80.4144-37.11765.5276

#73dabc color RGB value is (115,218,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11011010 10111100
Octal 163 332 274
Decimal 115 218 188
Hex 73 DA BC

RGB Percentages of Color #73dabc

%22.07
%41.84
%36.08

CMYK Percentages of Color #73dabc

%47
%0
%14
%15

Triadic Colors of #73dabc

#73dabc #bc73da #dabc73

Analogous Colors of #73dabc

#73dabc #73c5da #73da89

Monochromatic Colors of #73dabc

#73dabc

Complementary Color

#73dabc #da7391

#73dabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73dabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#73dabc Color CSS Codes

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

#73dabc Text Font Color

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

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


#73dabc Background Color

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

This div background color is #73dabc


#73dabc Border Color

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

This div border color is #73dabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73dabc


Comments

No comments written yet.

Please login to write comment.