Color Hex Logo

#73babc Color Hex

#73BABC
(115,186,188)
0 Favorites   0 Comments

Color spaces of #73babc

RGB 115186188
HSL0.500.350.59
HSV182°39°74°
CMYK 0.390.010.00   0.26
XYZ33.706242.393553.9832
Yxy42.39350.25910.3259
Hunter Lab65.1103-21.5374-3.5804
CIE-Lab71.1414-21.6986-8.0497

#73babc color RGB value is (115,186,188).

#73babc hex color red value is 115, green value is 186 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #73babc hue: 0.50 , saturation: 0.35 and the lightness value of 73babc is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10111010 10111100
Octal 163 272 274
Decimal 115 186 188
Hex 73 BA BC

RGB Percentages of Color #73babc

%23.52
%38.04
%38.45

CMYK Percentages of Color #73babc

%39
%1
%0
%26

Triadic Colors of #73babc

#73babc #bc73ba #babc73

Analogous Colors of #73babc

#73babc #7396bc #73bc9a

Monochromatic Colors of #73babc

#73babc

Complementary Color

#73babc #bc7573

#73babc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73babc Color Preview on White Background

Lorem ipsum dolor sit amet.

#73babc Color CSS Codes

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

#73babc Text Font Color

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

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


#73babc Background Color

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

This div background color is #73babc


#73babc Border Color

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

This div border color is #73babc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73babc


Comments

No comments written yet.

Please login to write comment.