Color Hex Logo

#73aabd Color Hex

#73AABD
(115,170,189)
0 Favorites   0 Comments

Color spaces of #73aabd

RGB 115170189
HSL0.540.360.60
HSV195°39°74°
CMYK 0.390.100.00   0.26
XYZ30.630336.068453.4916
Yxy36.06840.25480.3001
Hunter Lab60.0570-14.0610-10.7686
CIE-Lab66.5722-13.1143-15.4457

#73aabd color RGB value is (115,170,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101010 10111101
Octal 163 252 275
Decimal 115 170 189
Hex 73 AA BD

RGB Percentages of Color #73aabd

%24.26
%35.86
%39.87

CMYK Percentages of Color #73aabd

%39
%10
%0
%26

Triadic Colors of #73aabd

#73aabd #bd73aa #aabd73

Analogous Colors of #73aabd

#73aabd #7385bd #73bdab

Monochromatic Colors of #73aabd

#73aabd

Complementary Color

#73aabd #bd8673

#73aabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73aabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#73aabd Color CSS Codes

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

#73aabd Text Font Color

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

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


#73aabd Background Color

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

This div background color is #73aabd


#73aabd Border Color

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

This div border color is #73aabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73aabd


Comments

No comments written yet.

Please login to write comment.