Color Hex Logo

#73cecc Color Hex

#73CECC
(115,206,204)
0 Favorites   0 Comments

Color spaces of #73cecc

RGB 115206204
HSL0.500.480.63
HSV179°44°81°
CMYK 0.440.000.01   0.19
XYZ40.040652.147165.0818
Yxy52.14710.25460.3316
Hunter Lab72.2129-27.3981-2.8859
CIE-Lab77.3687-27.6302-7.4923

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11001110 11001100
Octal 163 316 314
Decimal 115 206 204
Hex 73 CE CC

RGB Percentages of Color #73cecc

%21.90
%39.24
%38.86

CMYK Percentages of Color #73cecc

%44
%0
%1
%19

Triadic Colors of #73cecc

#73cecc #cc73ce #cecc73

Analogous Colors of #73cecc

#73cecc #73a3ce #73ce9f

Monochromatic Colors of #73cecc

#73cecc

Complementary Color

#73cecc #ce7375

#73cecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73cecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#73cecc Color CSS Codes

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

#73cecc Text Font Color

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

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


#73cecc Background Color

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

This div background color is #73cecc


#73cecc Border Color

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

This div border color is #73cecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73cecc


Comments

No comments written yet.

Please login to write comment.