Color Hex Logo

#4e969e Color Hex

#4E969E
(78,150,158)
0 Favorites   0 Comments

Color spaces of #4e969e

RGB 78150158
HSL0.520.340.46
HSV186°51°62°
CMYK 0.510.050.00   0.38
XYZ20.219825.901036.2815
Yxy25.90100.24540.3143
Hunter Lab50.8930-18.1447-6.6426
CIE-Lab57.9430-20.2390-11.1680

#4e969e color RGB value is (78,150,158).

#4e969e hex color red value is 78, green value is 150 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #4e969e hue: 0.52 , saturation: 0.34 and the lightness value of 4e969e is 0.46.

The process color (four color CMYK) of #4e969e color hex is 0.51, 0.05, 0.00, 0.38. Web safe color of #4e969e is #669999. Color #4e969e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10010110 10011110
Octal 116 226 236
Decimal 78 150 158
Hex 4E 96 9E

RGB Percentages of Color #4e969e

%20.21
%38.86
%40.93

CMYK Percentages of Color #4e969e

%51
%5
%0
%38

Triadic Colors of #4e969e

#4e969e #9e4e96 #969e4e

Analogous Colors of #4e969e

#4e969e #4e6e9e #4e9e7e

Monochromatic Colors of #4e969e

#4e969e

Complementary Color

#4e969e #9e564e

#4e969e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e969e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e969e Color CSS Codes

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

#4e969e Text Font Color

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

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


#4e969e Background Color

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

This div background color is #4e969e


#4e969e Border Color

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

This div border color is #4e969e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e969e


Comments

No comments written yet.

Please login to write comment.