Color Hex Logo

#749dac Color Hex

#749DAC
(116,157,172)
0 Favorites   0 Comments

Color spaces of #749dac

RGB 116157172
HSL0.540.250.56
HSV196°33°67°
CMYK 0.330.090.00   0.33
XYZ26.705830.805543.5682
Yxy30.80550.26420.3048
Hunter Lab55.5027-11.2423-7.6892
CIE-Lab62.3431-10.2000-12.3039

#749dac color RGB value is (116,157,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011101 10101100
Octal 164 235 254
Decimal 116 157 172
Hex 74 9D AC

RGB Percentages of Color #749dac

%26.07
%35.28
%38.65

CMYK Percentages of Color #749dac

%33
%9
%0
%33

Triadic Colors of #749dac

#749dac #ac749d #9dac74

Analogous Colors of #749dac

#749dac #7481ac #74ac9f

Monochromatic Colors of #749dac

#749dac

Complementary Color

#749dac #ac8374

#749dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#749dac Color CSS Codes

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

#749dac Text Font Color

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

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


#749dac Background Color

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

This div background color is #749dac


#749dac Border Color

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

This div border color is #749dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749dac


Comments

No comments written yet.

Please login to write comment.