Color Hex Logo

#73aabc Color Hex

#73AABC
(115,170,188)
0 Favorites   0 Comments

Color spaces of #73aabc

RGB 115170188
HSL0.540.350.59
HSV195°39°74°
CMYK 0.390.100.00   0.26
XYZ30.522136.025152.9218
Yxy36.02510.25550.3015
Hunter Lab60.0209-14.2650-10.2627
CIE-Lab66.5391-13.3760-14.9403

#73aabc color RGB value is (115,170,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101010 10111100
Octal 163 252 274
Decimal 115 170 188
Hex 73 AA BC

RGB Percentages of Color #73aabc

%24.31
%35.94
%39.75

CMYK Percentages of Color #73aabc

%39
%10
%0
%26

Triadic Colors of #73aabc

#73aabc #bc73aa #aabc73

Analogous Colors of #73aabc

#73aabc #7386bc #73bcaa

Monochromatic Colors of #73aabc

#73aabc

Complementary Color

#73aabc #bc8573

#73aabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73aabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#73aabc Color CSS Codes

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

#73aabc Text Font Color

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

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


#73aabc Background Color

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

This div background color is #73aabc


#73aabc Border Color

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

This div border color is #73aabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73aabc


Comments

No comments written yet.

Please login to write comment.