Color Hex Logo

#73cddc Color Hex

#73CDDC
(115,205,220)
0 Favorites   0 Comments

Color spaces of #73cddc

RGB 115205220
HSL0.520.600.66
HSV189°48°86°
CMYK 0.480.070.00   0.14
XYZ41.819852.474875.6347
Yxy52.47480.24610.3088
Hunter Lab72.4395-23.7199-11.1976
CIE-Lab77.5639-23.0000-15.8095

#73cddc color RGB value is (115,205,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11001101 11011100
Octal 163 315 334
Decimal 115 205 220
Hex 73 CD DC

RGB Percentages of Color #73cddc

%21.30
%37.96
%40.74

CMYK Percentages of Color #73cddc

%48
%7
%0
%14

Triadic Colors of #73cddc

#73cddc #dc73cd #cddc73

Analogous Colors of #73cddc

#73cddc #7399dc #73dcb7

Monochromatic Colors of #73cddc

#73cddc

Complementary Color

#73cddc #dc8273

#73cddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73cddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#73cddc Color CSS Codes

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

#73cddc Text Font Color

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

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


#73cddc Background Color

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

This div background color is #73cddc


#73cddc Border Color

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

This div border color is #73cddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73cddc


Comments

No comments written yet.

Please login to write comment.