Color Hex Logo

#73cacc Color Hex

#73CACC
(115,202,204)
0 Favorites   0 Comments

Color spaces of #73cacc

RGB 115202204
HSL0.500.470.63
HSV181°44°80°
CMYK 0.440.010.00   0.20
XYZ39.089850.245564.7648
Yxy50.24550.25370.3261
Hunter Lab70.8841-25.6113-4.5528
CIE-Lab76.2197-25.6682-9.1993

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11001010 11001100
Octal 163 312 314
Decimal 115 202 204
Hex 73 CA CC

RGB Percentages of Color #73cacc

%22.07
%38.77
%39.16

CMYK Percentages of Color #73cacc

%44
%1
%0
%20

Triadic Colors of #73cacc

#73cacc #cc73ca #cacc73

Analogous Colors of #73cacc

#73cacc #739ecc #73cca2

Monochromatic Colors of #73cacc

#73cacc

Complementary Color

#73cacc #cc7573

#73cacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73cacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#73cacc Color CSS Codes

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

#73cacc Text Font Color

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

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


#73cacc Background Color

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

This div background color is #73cacc


#73cacc Border Color

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

This div border color is #73cacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73cacc


Comments

No comments written yet.

Please login to write comment.