Color Hex Logo

#73cccd Color Hex

#73CCCD
(115,204,205)
0 Favorites   0 Comments

Color spaces of #73cccd

RGB 115204205
HSL0.500.470.63
HSV181°44°80°
CMYK 0.440.000.00   0.20
XYZ39.682551.238365.5561
Yxy51.23830.25360.3274
Hunter Lab71.5809-26.3111-4.1930
CIE-Lab76.8231-26.3993-8.8412

#73cccd color RGB value is (115,204,205).

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

The process color (four color CMYK) of #73cccd color hex is 0.44, 0.00, 0.00, 0.20. Web safe color of #73cccd is #66cccc. Color #73cccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11001100 11001101
Octal 163 314 315
Decimal 115 204 205
Hex 73 CC CD

RGB Percentages of Color #73cccd

%21.95
%38.93
%39.12

CMYK Percentages of Color #73cccd

%44
%0
%0
%20

Triadic Colors of #73cccd

#73cccd #cd73cc #cccd73

Analogous Colors of #73cccd

#73cccd #739fcd #73cda1

Monochromatic Colors of #73cccd

#73cccd

Complementary Color

#73cccd #cd7473

#73cccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73cccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#73cccd Color CSS Codes

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

#73cccd Text Font Color

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

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


#73cccd Background Color

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

This div background color is #73cccd


#73cccd Border Color

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

This div border color is #73cccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73cccd


Comments

No comments written yet.

Please login to write comment.