Color Hex Logo

#739bae Color Hex

#739BAE
(115,155,174)
0 Favorites   0 Comments

Color spaces of #739bae

RGB 115155174
HSL0.550.270.57
HSV199°34°68°
CMYK 0.340.110.00   0.32
XYZ26.431630.143544.4696
Yxy30.14350.26160.2983
Hunter Lab54.9031-10.1465-9.5907
CIE-Lab61.7778-8.8882-14.2879

#739bae color RGB value is (115,155,174).

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

The process color (four color CMYK) of #739bae color hex is 0.34, 0.11, 0.00, 0.32. Web safe color of #739bae is #669999. Color #739bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10011011 10101110
Octal 163 233 256
Decimal 115 155 174
Hex 73 9B AE

RGB Percentages of Color #739bae

%25.90
%34.91
%39.19

CMYK Percentages of Color #739bae

%34
%11
%0
%32

Triadic Colors of #739bae

#739bae #ae739b #9bae73

Analogous Colors of #739bae

#739bae #737eae #73aea4

Monochromatic Colors of #739bae

#739bae

Complementary Color

#739bae #ae8673

#739bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#739bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#739bae Color CSS Codes

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

#739bae Text Font Color

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

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


#739bae Background Color

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

This div background color is #739bae


#739bae Border Color

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

This div border color is #739bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #739bae


Comments

No comments written yet.

Please login to write comment.