Color Hex Logo

#73cacd Color Hex

#73CACD
(115,202,205)
0 Favorites   0 Comments

Color spaces of #73cacd

RGB 115202205
HSL0.510.470.63
HSV182°44°80°
CMYK 0.440.010.00   0.20
XYZ39.210250.293765.3987
Yxy50.29370.25310.3247
Hunter Lab70.9181-25.4149-5.0330
CIE-Lab76.2492-25.4139-9.6955

#73cacd color RGB value is (115,202,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11001010 11001101
Octal 163 312 315
Decimal 115 202 205
Hex 73 CA CD

RGB Percentages of Color #73cacd

%22.03
%38.70
%39.27

CMYK Percentages of Color #73cacd

%44
%1
%0
%20

Triadic Colors of #73cacd

#73cacd #cd73ca #cacd73

Analogous Colors of #73cacd

#73cacd #739dcd #73cda3

Monochromatic Colors of #73cacd

#73cacd

Complementary Color

#73cacd #cd7673

#73cacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73cacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#73cacd Color CSS Codes

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

#73cacd Text Font Color

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

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


#73cacd Background Color

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

This div background color is #73cacd


#73cacd Border Color

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

This div border color is #73cacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73cacd


Comments

No comments written yet.

Please login to write comment.