Color Hex Logo

#749699 Color Hex

#749699
(116,150,153)
0 Favorites   0 Comments

Color spaces of #749699

RGB 116150153
HSL0.510.150.53
HSV185°24°60°
CMYK 0.240.020.00   0.40
XYZ23.858627.825634.2504
Yxy27.82560.27760.3238
Hunter Lab52.7500-11.5776-1.5718
CIE-Lab59.7309-11.0185-5.4482

#749699 color RGB value is (116,150,153).

#749699 hex color red value is 116, green value is 150 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #749699 hue: 0.51 , saturation: 0.15 and the lightness value of 749699 is 0.53.

The process color (four color CMYK) of #749699 color hex is 0.24, 0.02, 0.00, 0.40. Web safe color of #749699 is #669999. Color #749699 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010110 10011001
Octal 164 226 231
Decimal 116 150 153
Hex 74 96 99

RGB Percentages of Color #749699

%27.68
%35.80
%36.52

CMYK Percentages of Color #749699

%24
%2
%0
%40

Triadic Colors of #749699

#749699 #997496 #969974

Analogous Colors of #749699

#749699 #748499 #74998a

Monochromatic Colors of #749699

#749699

Complementary Color

#749699 #997774

#749699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#749699 Color CSS Codes

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

#749699 Text Font Color

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

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


#749699 Background Color

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

This div background color is #749699


#749699 Border Color

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

This div border color is #749699


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,150,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #749699; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #749699;
  -webkit-box-shadow: 1px 1px 3px 2px #749699;
  box-shadow:         1px 1px 3px 2px #749699; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749699


Comments

No comments written yet.

Please login to write comment.