Color Hex Logo

#73baca Color Hex

#73BACA
(115,186,202)
0 Favorites   0 Comments

Color spaces of #73baca

RGB 115186202
HSL0.530.450.62
HSV191°43°79°
CMYK 0.430.080.00   0.21
XYZ35.289843.026962.3222
Yxy43.02690.25090.3059
Hunter Lab65.5949-18.7587-10.4154
CIE-Lab71.5732-18.1021-15.0688

#73baca color RGB value is (115,186,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10111010 11001010
Octal 163 272 312
Decimal 115 186 202
Hex 73 BA CA

RGB Percentages of Color #73baca

%22.86
%36.98
%40.16

CMYK Percentages of Color #73baca

%43
%8
%0
%21

Triadic Colors of #73baca

#73baca #ca73ba #baca73

Analogous Colors of #73baca

#73baca #738fca #73caaf

Monochromatic Colors of #73baca

#73baca

Complementary Color

#73baca #ca8373

#73baca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73baca Color Preview on White Background

Lorem ipsum dolor sit amet.

#73baca Color CSS Codes

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

#73baca Text Font Color

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

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


#73baca Background Color

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

This div background color is #73baca


#73baca Border Color

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

This div border color is #73baca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73baca


Comments

No comments written yet.

Please login to write comment.