Color Hex Logo

#749abb Color Hex

#749ABB
(116,154,187)
0 Favorites   0 Comments

Color spaces of #749abb

RGB 116154187
HSL0.580.340.59
HSV208°38°73°
CMYK 0.380.180.00   0.27
XYZ27.727730.412151.4224
Yxy30.41210.25310.2776
Hunter Lab55.1472-6.7587-16.6824
CIE-Lab62.0082-4.6315-21.2529

#749abb color RGB value is (116,154,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011010 10111011
Octal 164 232 273
Decimal 116 154 187
Hex 74 9A BB

RGB Percentages of Color #749abb

%25.38
%33.70
%40.92

CMYK Percentages of Color #749abb

%38
%18
%0
%27

Triadic Colors of #749abb

#749abb #bb749a #9abb74

Analogous Colors of #749abb

#749abb #7477bb #74bbb9

Monochromatic Colors of #749abb

#749abb

Complementary Color

#749abb #bb9574

#749abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#749abb Color CSS Codes

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

#749abb Text Font Color

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

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


#749abb Background Color

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

This div background color is #749abb


#749abb Border Color

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

This div border color is #749abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749abb


Comments

No comments written yet.

Please login to write comment.