Color Hex Logo

#73cacb Color Hex

#73CACB
(115,202,203)
0 Favorites   0 Comments

Color spaces of #73cacb

RGB 115202203
HSL0.500.460.62
HSV181°43°80°
CMYK 0.430.000.00   0.20
XYZ38.970350.197764.1351
Yxy50.19770.25420.3274
Hunter Lab70.8503-25.8065-4.0752
CIE-Lab76.1904-25.9214-8.7029

#73cacb color RGB value is (115,202,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11001010 11001011
Octal 163 312 313
Decimal 115 202 203
Hex 73 CA CB

RGB Percentages of Color #73cacb

%22.12
%38.85
%39.04

CMYK Percentages of Color #73cacb

%43
%0
%0
%20

Triadic Colors of #73cacb

#73cacb #cb73ca #cacb73

Analogous Colors of #73cacb

#73cacb #739ecb #73cba0

Monochromatic Colors of #73cacb

#73cacb

Complementary Color

#73cacb #cb7473

#73cacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73cacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#73cacb Color CSS Codes

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

#73cacb Text Font Color

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

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


#73cacb Background Color

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

This div background color is #73cacb


#73cacb Border Color

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

This div border color is #73cacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73cacb


Comments

No comments written yet.

Please login to write comment.