Color Hex Logo

#73acc2 Color Hex

#73ACC2
(115,172,194)
0 Favorites   0 Comments

Color spaces of #73acc2

RGB 115172194
HSL0.550.390.61
HSV197°41°76°
CMYK 0.410.110.00   0.24
XYZ31.560437.044956.5259
Yxy37.04490.25220.2960
Hunter Lab60.8645-13.9544-12.4585
CIE-Lab67.3107-12.8625-17.1015

#73acc2 color RGB value is (115,172,194).

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

The process color (four color CMYK) of #73acc2 color hex is 0.41, 0.11, 0.00, 0.24. Web safe color of #73acc2 is #6699cc. Color #73acc2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101100 11000010
Octal 163 254 302
Decimal 115 172 194
Hex 73 AC C2

RGB Percentages of Color #73acc2

%23.91
%35.76
%40.33

CMYK Percentages of Color #73acc2

%41
%11
%0
%24

Triadic Colors of #73acc2

#73acc2 #c273ac #acc273

Analogous Colors of #73acc2

#73acc2 #7385c2 #73c2b1

Monochromatic Colors of #73acc2

#73acc2

Complementary Color

#73acc2 #c28973

#73acc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73acc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#73acc2 Color CSS Codes

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

#73acc2 Text Font Color

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

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


#73acc2 Background Color

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

This div background color is #73acc2


#73acc2 Border Color

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

This div border color is #73acc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73acc2


Comments

No comments written yet.

Please login to write comment.