Color Hex Logo

#73dacc Color Hex

#73DACC
(115,218,204)
0 Favorites   0 Comments

Color spaces of #73dacc

RGB 115218204
HSL0.480.580.65
HSV172°47°85°
CMYK 0.470.000.06   0.15
XYZ43.040758.147366.0818
Yxy58.14730.25730.3476
Hunter Lab76.2544-32.69341.9975
CIE-Lab80.8206-33.3723-2.3992

#73dacc color RGB value is (115,218,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11011010 11001100
Octal 163 332 314
Decimal 115 218 204
Hex 73 DA CC

RGB Percentages of Color #73dacc

%21.42
%40.60
%37.99

CMYK Percentages of Color #73dacc

%47
%0
%6
%15

Triadic Colors of #73dacc

#73dacc #cc73da #dacc73

Analogous Colors of #73dacc

#73dacc #73b5da #73da99

Monochromatic Colors of #73dacc

#73dacc

Complementary Color

#73dacc #da7381

#73dacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73dacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#73dacc Color CSS Codes

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

#73dacc Text Font Color

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

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


#73dacc Background Color

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

This div background color is #73dacc


#73dacc Border Color

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

This div border color is #73dacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73dacc


Comments

No comments written yet.

Please login to write comment.