Color Hex Logo

#73cccc Color Hex

#73CCCC
(115,204,204)
0 Favorites   0 Comments

Color spaces of #73cccc

RGB 115204204
HSL0.500.470.63
HSV180°44°80°
CMYK 0.440.000.00   0.20
XYZ39.562251.190264.9223
Yxy51.19020.25410.3288
Hunter Lab71.5473-26.5060-3.7168
CIE-Lab76.7941-26.6521-8.3453

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11001100 11001100
Octal 163 314 314
Decimal 115 204 204
Hex 73 CC CC

RGB Percentages of Color #73cccc

%21.99
%39.01
%39.01

CMYK Percentages of Color #73cccc

%44
%0
%0
%20

Triadic Colors of #73cccc

#73cccc #cc73cc #cccc73

Analogous Colors of #73cccc

#73cccc #73a0cc #73cca0

Monochromatic Colors of #73cccc

#73cccc

Complementary Color

#73cccc #cc7373

#73cccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73cccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#73cccc Color CSS Codes

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

#73cccc Text Font Color

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

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


#73cccc Background Color

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

This div background color is #73cccc


#73cccc Border Color

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

This div border color is #73cccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73cccc


Comments

No comments written yet.

Please login to write comment.