Color Hex Logo

#749cac Color Hex

#749CAC
(116,156,172)
0 Favorites   0 Comments

Color spaces of #749cac

RGB 116156172
HSL0.550.250.56
HSV197°33°67°
CMYK 0.330.090.00   0.33
XYZ26.537330.468543.5121
Yxy30.46850.26400.3031
Hunter Lab55.1983-10.7808-8.0988
CIE-Lab62.0564-9.6543-12.7349

#749cac color RGB value is (116,156,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011100 10101100
Octal 164 234 254
Decimal 116 156 172
Hex 74 9C AC

RGB Percentages of Color #749cac

%26.13
%35.14
%38.74

CMYK Percentages of Color #749cac

%33
%9
%0
%33

Triadic Colors of #749cac

#749cac #ac749c #9cac74

Analogous Colors of #749cac

#749cac #7480ac #74aca0

Monochromatic Colors of #749cac

#749cac

Complementary Color

#749cac #ac8474

#749cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#749cac Color CSS Codes

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

#749cac Text Font Color

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

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


#749cac Background Color

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

This div background color is #749cac


#749cac Border Color

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

This div border color is #749cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749cac


Comments

No comments written yet.

Please login to write comment.