Color Hex Logo

#73dcdf Color Hex

#73DCDF
(115,220,223)
0 Favorites   0 Comments

Color spaces of #73dcdf

RGB 115220223
HSL0.500.630.66
HSV182°48°87°
CMYK 0.480.010.00   0.13
XYZ45.982760.159079.0003
Yxy60.15900.24840.3249
Hunter Lab77.5622-29.9103-6.0957
CIE-Lab81.9245-29.5743-10.8804

#73dcdf color RGB value is (115,220,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11011100 11011111
Octal 163 334 337
Decimal 115 220 223
Hex 73 DC DF

RGB Percentages of Color #73dcdf

%20.61
%39.43
%39.96

CMYK Percentages of Color #73dcdf

%48
%1
%0
%13

Triadic Colors of #73dcdf

#73dcdf #df73dc #dcdf73

Analogous Colors of #73dcdf

#73dcdf #73a6df #73dfac

Monochromatic Colors of #73dcdf

#73dcdf

Complementary Color

#73dcdf #df7673

#73dcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73dcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#73dcdf Color CSS Codes

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

#73dcdf Text Font Color

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

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


#73dcdf Background Color

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

This div background color is #73dcdf


#73dcdf Border Color

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

This div border color is #73dcdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,220,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 #73dcdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73dcdf


Comments

No comments written yet.

Please login to write comment.