Color Hex Logo

#73acbc Color Hex

#73ACBC
(115,172,188)
0 Favorites   0 Comments

Color spaces of #73acbc

RGB 115172188
HSL0.540.350.59
HSV193°39°74°
CMYK 0.390.090.00   0.26
XYZ30.899936.780753.0477
Yxy36.78070.25590.3047
Hunter Lab60.6471-15.1861-9.4077
CIE-Lab67.1122-14.4392-14.0768

#73acbc color RGB value is (115,172,188).

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

The process color (four color CMYK) of #73acbc color hex is 0.39, 0.09, 0.00, 0.26. Web safe color of #73acbc is #6699cc. Color #73acbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101100 10111100
Octal 163 254 274
Decimal 115 172 188
Hex 73 AC BC

RGB Percentages of Color #73acbc

%24.21
%36.21
%39.58

CMYK Percentages of Color #73acbc

%39
%9
%0
%26

Triadic Colors of #73acbc

#73acbc #bc73ac #acbc73

Analogous Colors of #73acbc

#73acbc #7388bc #73bca8

Monochromatic Colors of #73acbc

#73acbc

Complementary Color

#73acbc #bc8373

#73acbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73acbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#73acbc Color CSS Codes

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

#73acbc Text Font Color

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

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


#73acbc Background Color

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

This div background color is #73acbc


#73acbc Border Color

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

This div border color is #73acbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73acbc


Comments

No comments written yet.

Please login to write comment.