Color Hex Logo

#73dfdc Color Hex

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

Color spaces of #73dfdc

RGB 115223220
HSL0.500.630.66
HSV178°48°87°
CMYK 0.480.000.01   0.13
XYZ46.376261.587577.1534
Yxy61.58750.25050.3327
Hunter Lab78.4777-31.8519-3.3551
CIE-Lab82.6936-31.7726-8.1429

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

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

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

Base Numbers

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

RGB Percentages of Color #73dfdc

%20.61
%39.96
%39.43

CMYK Percentages of Color #73dfdc

%48
%0
%1
%13

Triadic Colors of #73dfdc

#73dfdc #dc73df #dfdc73

Analogous Colors of #73dfdc

#73dfdc #73acdf #73dfa6

Monochromatic Colors of #73dfdc

#73dfdc

Complementary Color

#73dfdc #df7376

#73dfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73dfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#73dfdc Color CSS Codes

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

#73dfdc Text Font Color

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

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


#73dfdc Background Color

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

This div background color is #73dfdc


#73dfdc Border Color

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

This div border color is #73dfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73dfdc


Comments

No comments written yet.

Please login to write comment.