Color Hex Logo

#73dadc Color Hex

#73DADC
(115,218,220)
0 Favorites   0 Comments

Color spaces of #73dadc

RGB 115218220
HSL0.500.600.66
HSV181°48°86°
CMYK 0.480.010.00   0.14
XYZ45.059958.955076.7147
Yxy58.95500.24930.3262
Hunter Lab76.7822-29.6154-5.4904
CIE-Lab81.2669-29.3830-10.2642

#73dadc color RGB value is (115,218,220).

#73dadc hex color red value is 115, green value is 218 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #73dadc hue: 0.50 , saturation: 0.60 and the lightness value of 73dadc is 0.66.

The process color (four color CMYK) of #73dadc color hex is 0.48, 0.01, 0.00, 0.14. Web safe color of #73dadc is #66cccc. Color #73dadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11011010 11011100
Octal 163 332 334
Decimal 115 218 220
Hex 73 DA DC

RGB Percentages of Color #73dadc

%20.80
%39.42
%39.78

CMYK Percentages of Color #73dadc

%48
%1
%0
%14

Triadic Colors of #73dadc

#73dadc #dc73da #dadc73

Analogous Colors of #73dadc

#73dadc #73a6dc #73dcaa

Monochromatic Colors of #73dadc

#73dadc

Complementary Color

#73dadc #dc7573

#73dadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73dadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#73dadc Color CSS Codes

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

#73dadc Text Font Color

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

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


#73dadc Background Color

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

This div background color is #73dadc


#73dadc Border Color

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

This div border color is #73dadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73dadc


Comments

No comments written yet.

Please login to write comment.