Color Hex Logo

#749aba Color Hex

#749ABA
(116,154,186)
0 Favorites   0 Comments

Color spaces of #749aba

RGB 116154186
HSL0.580.340.59
HSV207°38°73°
CMYK 0.380.170.00   0.27
XYZ27.621030.369450.8605
Yxy30.36940.25380.2790
Hunter Lab55.1084-6.9735-16.1438
CIE-Lab61.9717-4.8999-20.7465

#749aba color RGB value is (116,154,186).

#749aba hex color red value is 116, green value is 154 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #749aba hue: 0.58 , saturation: 0.34 and the lightness value of 749aba is 0.59.

The process color (four color CMYK) of #749aba color hex is 0.38, 0.17, 0.00, 0.27. Web safe color of #749aba is #6699cc. Color #749aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011010 10111010
Octal 164 232 272
Decimal 116 154 186
Hex 74 9A BA

RGB Percentages of Color #749aba

%25.44
%33.77
%40.79

CMYK Percentages of Color #749aba

%38
%17
%0
%27

Triadic Colors of #749aba

#749aba #ba749a #9aba74

Analogous Colors of #749aba

#749aba #7477ba #74bab7

Monochromatic Colors of #749aba

#749aba

Complementary Color

#749aba #ba9474

#749aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#749aba Color CSS Codes

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

#749aba Text Font Color

<p style="color:#749aba">Text here</p>

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


#749aba Background Color

<div style="background-color:#749aba">
Div content here</div>

This div background color is #749aba


#749aba Border Color

<div style="border:3px solid #749aba">
Div here</div>

This div border color is #749aba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,154,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #749aba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #749aba;
  -webkit-box-shadow: 1px 1px 3px 2px #749aba;
  box-shadow:         1px 1px 3px 2px #749aba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,154,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749aba


Comments

No comments written yet.

Please login to write comment.