Color Hex Logo

#73acc0 Color Hex

#73ACC0
(115,172,192)
0 Favorites   0 Comments

Color spaces of #73acc0

RGB 115172192
HSL0.540.380.60
HSV196°40°75°
CMYK 0.400.100.00   0.25
XYZ31.337236.955755.3507
Yxy36.95570.25340.2989
Hunter Lab60.7912-14.3698-11.4300
CIE-Lab67.2438-13.3922-16.0951

#73acc0 color RGB value is (115,172,192).

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

The process color (four color CMYK) of #73acc0 color hex is 0.40, 0.10, 0.00, 0.25. Web safe color of #73acc0 is #6699cc. Color #73acc0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101100 11000000
Octal 163 254 300
Decimal 115 172 192
Hex 73 AC C0

RGB Percentages of Color #73acc0

%24.01
%35.91
%40.08

CMYK Percentages of Color #73acc0

%40
%10
%0
%25

Triadic Colors of #73acc0

#73acc0 #c073ac #acc073

Analogous Colors of #73acc0

#73acc0 #7386c0 #73c0ae

Monochromatic Colors of #73acc0

#73acc0

Complementary Color

#73acc0 #c08773

#73acc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73acc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#73acc0 Color CSS Codes

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

#73acc0 Text Font Color

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

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


#73acc0 Background Color

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

This div background color is #73acc0


#73acc0 Border Color

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

This div border color is #73acc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73acc0


Comments

No comments written yet.

Please login to write comment.