Color Hex Logo

#749caa Color Hex

#749CAA
(116,156,170)
0 Favorites   0 Comments

Color spaces of #749caa

RGB 116156170
HSL0.540.240.56
HSV196°32°67°
CMYK 0.320.080.00   0.33
XYZ26.346630.392242.5079
Yxy30.39220.26550.3062
Hunter Lab55.1291-11.1695-7.1258
CIE-Lab61.9912-10.1579-11.7053

#749caa color RGB value is (116,156,170).

#749caa hex color red value is 116, green value is 156 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #749caa hue: 0.54 , saturation: 0.24 and the lightness value of 749caa is 0.56.

The process color (four color CMYK) of #749caa color hex is 0.32, 0.08, 0.00, 0.33. Web safe color of #749caa is #669999. Color #749caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011100 10101010
Octal 164 234 252
Decimal 116 156 170
Hex 74 9C AA

RGB Percentages of Color #749caa

%26.24
%35.29
%38.46

CMYK Percentages of Color #749caa

%32
%8
%0
%33

Triadic Colors of #749caa

#749caa #aa749c #9caa74

Analogous Colors of #749caa

#749caa #7481aa #74aa9d

Monochromatic Colors of #749caa

#749caa

Complementary Color

#749caa #aa8274

#749caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#749caa Color CSS Codes

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

#749caa Text Font Color

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

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


#749caa Background Color

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

This div background color is #749caa


#749caa Border Color

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

This div border color is #749caa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,156,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 #749caa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749caa


Comments

No comments written yet.

Please login to write comment.