Color Hex Logo

#73a9c2 Color Hex

#73A9C2
(115,169,194)
1 Favorites   1 Comments

Color spaces of #73a9c2

RGB 115169194
HSL0.550.390.61
HSV199°41°76°
CMYK 0.410.130.00   0.24
XYZ30.995835.915856.3377
Yxy35.91580.25150.2914
Hunter Lab59.9298-12.5566-13.7854
CIE-Lab66.4555-11.2536-18.3974

#73a9c2 color RGB value is (115,169,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101001 11000010
Octal 163 251 302
Decimal 115 169 194
Hex 73 A9 C2

RGB Percentages of Color #73a9c2

%24.06
%35.36
%40.59

CMYK Percentages of Color #73a9c2

%41
%13
%0
%24

Triadic Colors of #73a9c2

#73a9c2 #c273a9 #a9c273

Analogous Colors of #73a9c2

#73a9c2 #7382c2 #73c2b4

Monochromatic Colors of #73a9c2

#73a9c2

Complementary Color

#73a9c2 #c28c73

#73a9c2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73a9c2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#73a9c2 Color CSS Codes

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

#73a9c2 Text Font Color

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

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


#73a9c2 Background Color

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

This div background color is #73a9c2


#73a9c2 Border Color

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

This div border color is #73a9c2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73a9c2


Comments

6 Aug 2015, 21:41 Cublixel

Described somewhere as "Moonstone Blue". Neat.

Please login to write comment.