Color Hex Logo

#73acc7 Color Hex

#73ACC7
(115,172,199)
0 Favorites   0 Comments

Color spaces of #73acc7

RGB 115172199
HSL0.550.430.62
HSV199°42°78°
CMYK 0.420.140.00   0.22
XYZ32.131637.273459.5338
Yxy37.27340.24920.2891
Hunter Lab61.0519-12.8965-15.0793
CIE-Lab67.4816-11.5230-19.6088

#73acc7 color RGB value is (115,172,199).

#73acc7 hex color red value is 115, green value is 172 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #73acc7 hue: 0.55 , saturation: 0.43 and the lightness value of 73acc7 is 0.62.

The process color (four color CMYK) of #73acc7 color hex is 0.42, 0.14, 0.00, 0.22. Web safe color of #73acc7 is #6699cc. Color #73acc7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101100 11000111
Octal 163 254 307
Decimal 115 172 199
Hex 73 AC C7

RGB Percentages of Color #73acc7

%23.66
%35.39
%40.95

CMYK Percentages of Color #73acc7

%42
%14
%0
%22

Triadic Colors of #73acc7

#73acc7 #c773ac #acc773

Analogous Colors of #73acc7

#73acc7 #7382c7 #73c7b8

Monochromatic Colors of #73acc7

#73acc7

Complementary Color

#73acc7 #c78e73

#73acc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73acc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#73acc7 Color CSS Codes

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

#73acc7 Text Font Color

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

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


#73acc7 Background Color

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

This div background color is #73acc7


#73acc7 Border Color

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

This div border color is #73acc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73acc7


Comments

No comments written yet.

Please login to write comment.