Color Hex Logo

#73dadf Color Hex

#73DADF
(115,218,223)
0 Favorites   0 Comments

Color spaces of #73dadf

RGB 115218223
HSL0.510.630.66
HSV183°48°87°
CMYK 0.480.020.00   0.13
XYZ45.460959.115478.8264
Yxy59.11540.24790.3223
Hunter Lab76.8865-29.0093-6.9653
CIE-Lab81.3550-28.6097-11.7304

#73dadf color RGB value is (115,218,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11011010 11011111
Octal 163 332 337
Decimal 115 218 223
Hex 73 DA DF

RGB Percentages of Color #73dadf

%20.68
%39.21
%40.11

CMYK Percentages of Color #73dadf

%48
%2
%0
%13

Triadic Colors of #73dadf

#73dadf #df73da #dadf73

Analogous Colors of #73dadf

#73dadf #73a4df #73dfae

Monochromatic Colors of #73dadf

#73dadf

Complementary Color

#73dadf #df7873

#73dadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73dadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#73dadf Color CSS Codes

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

#73dadf Text Font Color

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

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


#73dadf Background Color

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

This div background color is #73dadf


#73dadf Border Color

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

This div border color is #73dadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73dadf


Comments

No comments written yet.

Please login to write comment.