Color Hex Logo

#749892 Color Hex

#749892
(116,152,146)
0 Favorites   0 Comments

Color spaces of #749892

RGB 116152146
HSL0.470.150.53
HSV170°24°60°
CMYK 0.240.000.04   0.40
XYZ23.619028.244831.4011
Yxy28.24480.28370.3392
Hunter Lab53.1458-13.67652.1707
CIE-Lab60.1093-13.7089-0.9143

#749892 color RGB value is (116,152,146).

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

The process color (four color CMYK) of #749892 color hex is 0.24, 0.00, 0.04, 0.40. Web safe color of #749892 is #669999. Color #749892 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011000 10010010
Octal 164 230 222
Decimal 116 152 146
Hex 74 98 92

RGB Percentages of Color #749892

%28.02
%36.71
%35.27

CMYK Percentages of Color #749892

%24
%0
%4
%40

Triadic Colors of #749892

#749892 #927498 #989274

Analogous Colors of #749892

#749892 #748c98 #749880

Monochromatic Colors of #749892

#749892

Complementary Color

#749892 #98747a

#749892 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749892 Color Preview on White Background

Lorem ipsum dolor sit amet.

#749892 Color CSS Codes

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

#749892 Text Font Color

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

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


#749892 Background Color

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

This div background color is #749892


#749892 Border Color

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

This div border color is #749892


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749892


Comments

No comments written yet.

Please login to write comment.