Color Hex Logo

#73dab4 Color Hex

#73DAB4
(115,218,180)
0 Favorites   0 Comments

Color spaces of #73dab4

RGB 115218180
HSL0.440.580.65
HSV158°47°85°
CMYK 0.470.000.17   0.15
XYZ40.379957.082952.0699
Yxy57.08290.27000.3817
Hunter Lab75.5532-36.817712.0257
CIE-Lab80.2262-38.89129.5065

#73dab4 color RGB value is (115,218,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11011010 10110100
Octal 163 332 264
Decimal 115 218 180
Hex 73 DA B4

RGB Percentages of Color #73dab4

%22.42
%42.50
%35.09

CMYK Percentages of Color #73dab4

%47
%0
%17
%15

Triadic Colors of #73dab4

#73dab4 #b473da #dab473

Analogous Colors of #73dab4

#73dab4 #73cdda #73da81

Monochromatic Colors of #73dab4

#73dab4

Complementary Color

#73dab4 #da7399

#73dab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73dab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#73dab4 Color CSS Codes

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

#73dab4 Text Font Color

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

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


#73dab4 Background Color

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

This div background color is #73dab4


#73dab4 Border Color

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

This div border color is #73dab4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73dab4


Comments

No comments written yet.

Please login to write comment.