Color Hex Logo

#749cad Color Hex

#749CAD
(116,156,173)
0 Favorites   0 Comments

Color spaces of #749cad

RGB 116156173
HSL0.550.260.57
HSV198°33°68°
CMYK 0.330.100.00   0.32
XYZ26.633830.507144.0199
Yxy30.50710.26330.3016
Hunter Lab55.2332-10.5844-8.5898
CIE-Lab62.0893-9.4007-13.2490

#749cad color RGB value is (116,156,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011100 10101101
Octal 164 234 255
Decimal 116 156 173
Hex 74 9C AD

RGB Percentages of Color #749cad

%26.07
%35.06
%38.88

CMYK Percentages of Color #749cad

%33
%10
%0
%32

Triadic Colors of #749cad

#749cad #ad749c #9cad74

Analogous Colors of #749cad

#749cad #7480ad #74ada2

Monochromatic Colors of #749cad

#749cad

Complementary Color

#749cad #ad8574

#749cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#749cad Color CSS Codes

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

#749cad Text Font Color

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

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


#749cad Background Color

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

This div background color is #749cad


#749cad Border Color

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

This div border color is #749cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749cad


Comments

No comments written yet.

Please login to write comment.