Color Hex Logo

#73daaa Color Hex

#73DAAA
(115,218,170)
0 Favorites   0 Comments

Color spaces of #73daaa

RGB 115218170
HSL0.420.580.65
HSV152°47°85°
CMYK 0.470.000.22   0.15
XYZ39.397356.689946.8960
Yxy56.68990.27550.3965
Hunter Lab75.2927-38.361215.7762
CIE-Lab80.0049-41.011114.4868

#73daaa color RGB value is (115,218,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11011010 10101010
Octal 163 332 252
Decimal 115 218 170
Hex 73 DA AA

RGB Percentages of Color #73daaa

%22.86
%43.34
%33.80

CMYK Percentages of Color #73daaa

%47
%0
%22
%15

Triadic Colors of #73daaa

#73daaa #aa73da #daaa73

Analogous Colors of #73daaa

#73daaa #73d7da #73da77

Monochromatic Colors of #73daaa

#73daaa

Complementary Color

#73daaa #da73a3

#73daaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73daaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#73daaa Color CSS Codes

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

#73daaa Text Font Color

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

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


#73daaa Background Color

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

This div background color is #73daaa


#73daaa Border Color

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

This div border color is #73daaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73daaa


Comments

No comments written yet.

Please login to write comment.