Color Hex Logo

#739baa Color Hex

#739BAA
(115,155,170)
0 Favorites   0 Comments

Color spaces of #739baa

RGB 115155170
HSL0.550.240.56
HSV196°32°67°
CMYK 0.320.090.00   0.33
XYZ26.047329.989842.4460
Yxy29.98980.26450.3045
Hunter Lab54.7629-10.9339-7.6208
CIE-Lab61.6454-9.9069-12.2304

#739baa color RGB value is (115,155,170).

#739baa hex color red value is 115, green value is 155 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #739baa hue: 0.55 , saturation: 0.24 and the lightness value of 739baa is 0.56.

The process color (four color CMYK) of #739baa color hex is 0.32, 0.09, 0.00, 0.33. Web safe color of #739baa is #669999. Color #739baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10011011 10101010
Octal 163 233 252
Decimal 115 155 170
Hex 73 9B AA

RGB Percentages of Color #739baa

%26.14
%35.23
%38.64

CMYK Percentages of Color #739baa

%32
%9
%0
%33

Triadic Colors of #739baa

#739baa #aa739b #9baa73

Analogous Colors of #739baa

#739baa #7380aa #73aa9e

Monochromatic Colors of #739baa

#739baa

Complementary Color

#739baa #aa8273

#739baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#739baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#739baa Color CSS Codes

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

#739baa Text Font Color

<p style="color:#739baa">Text here</p>

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


#739baa Background Color

<div style="background-color:#739baa">
Div content here</div>

This div background color is #739baa


#739baa Border Color

<div style="border:3px solid #739baa">
Div here</div>

This div border color is #739baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #739baa

#739baa Color Palettes


Comments

No comments written yet.

Please login to write comment.