Color Hex Logo

#749aad Color Hex

#749AAD
(116,154,173)
0 Favorites   0 Comments

Color spaces of #749aad

RGB 116154173
HSL0.560.260.57
HSV200°33°68°
CMYK 0.330.110.00   0.32
XYZ26.300929.841343.9089
Yxy29.84130.26290.2983
Hunter Lab54.6272-9.6567-9.4178
CIE-Lab61.5170-8.3030-14.1113

#749aad color RGB value is (116,154,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011010 10101101
Octal 164 232 255
Decimal 116 154 173
Hex 74 9A AD

RGB Percentages of Color #749aad

%26.19
%34.76
%39.05

CMYK Percentages of Color #749aad

%33
%11
%0
%32

Triadic Colors of #749aad

#749aad #ad749a #9aad74

Analogous Colors of #749aad

#749aad #747ead #74ada4

Monochromatic Colors of #749aad

#749aad

Complementary Color

#749aad #ad8774

#749aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#749aad Color CSS Codes

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

#749aad Text Font Color

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

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


#749aad Background Color

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

This div background color is #749aad


#749aad Border Color

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

This div border color is #749aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749aad


Comments

No comments written yet.

Please login to write comment.