Color Hex Logo

#73dccd Color Hex

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

Color spaces of #73dccd

RGB 115220205
HSL0.480.600.66
HSV171°48°86°
CMYK 0.480.000.07   0.14
XYZ43.682959.239066.8896
Yxy59.23900.25720.3489
Hunter Lab76.9669-33.38352.3497
CIE-Lab81.4228-34.0677-2.0482

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

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

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

Base Numbers

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

RGB Percentages of Color #73dccd

%21.30
%40.74
%37.96

CMYK Percentages of Color #73dccd

%48
%0
%7
%14

Triadic Colors of #73dccd

#73dccd #cd73dc #dccd73

Analogous Colors of #73dccd

#73dccd #73b7dc #73dc99

Monochromatic Colors of #73dccd

#73dccd

Complementary Color

#73dccd #dc7382

#73dccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73dccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#73dccd Color CSS Codes

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

#73dccd Text Font Color

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

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


#73dccd Background Color

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

This div background color is #73dccd


#73dccd Border Color

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

This div border color is #73dccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73dccd


Comments

No comments written yet.

Please login to write comment.