Color Hex Logo

#749196 Color Hex

#749196
(116,145,150)
0 Favorites   0 Comments

Color spaces of #749196

RGB 116145150
HSL0.520.140.52
HSV189°23°59°
CMYK 0.230.030.00   0.41
XYZ22.832926.165832.7012
Yxy26.16580.27950.3203
Hunter Lab51.1525-9.8400-2.0966
CIE-Lab58.1941-8.9807-6.0153

#749196 color RGB value is (116,145,150).

#749196 hex color red value is 116, green value is 145 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #749196 hue: 0.52 , saturation: 0.14 and the lightness value of 749196 is 0.52.

The process color (four color CMYK) of #749196 color hex is 0.23, 0.03, 0.00, 0.41. Web safe color of #749196 is #669999. Color #749196 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010001 10010110
Octal 164 221 226
Decimal 116 145 150
Hex 74 91 96

RGB Percentages of Color #749196

%28.22
%35.28
%36.50

CMYK Percentages of Color #749196

%23
%3
%0
%41

Triadic Colors of #749196

#749196 #967491 #919674

Analogous Colors of #749196

#749196 #748096 #74968a

Monochromatic Colors of #749196

#749196

Complementary Color

#749196 #967974

#749196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#749196 Color CSS Codes

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

#749196 Text Font Color

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

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


#749196 Background Color

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

This div background color is #749196


#749196 Border Color

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

This div border color is #749196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749196


Comments

No comments written yet.

Please login to write comment.