Color Hex Logo

#4f958e Color Hex

#4F958E
(79,149,142)
0 Favorites   0 Comments

Color spaces of #4f958e

RGB 79149142
HSL0.480.310.45
HSV174°47°58°
CMYK 0.470.000.05   0.42
XYZ18.854425.110229.4442
Yxy25.11020.25680.3421
Hunter Lab50.1101-20.53030.2388
CIE-Lab57.1826-23.8375-3.1562

#4f958e color RGB value is (79,149,142).

#4f958e hex color red value is 79, green value is 149 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #4f958e hue: 0.48 , saturation: 0.31 and the lightness value of 4f958e is 0.45.

The process color (four color CMYK) of #4f958e color hex is 0.47, 0.00, 0.05, 0.42. Web safe color of #4f958e is #669999. Color #4f958e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10010101 10001110
Octal 117 225 216
Decimal 79 149 142
Hex 4F 95 8E

RGB Percentages of Color #4f958e

%21.35
%40.27
%38.38

CMYK Percentages of Color #4f958e

%47
%0
%5
%42

Triadic Colors of #4f958e

#4f958e #8e4f95 #958e4f

Analogous Colors of #4f958e

#4f958e #4f7995 #4f956b

Monochromatic Colors of #4f958e

#4f958e

Complementary Color

#4f958e #954f56

#4f958e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f958e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f958e Color CSS Codes

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

#4f958e Text Font Color

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

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


#4f958e Background Color

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

This div background color is #4f958e


#4f958e Border Color

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

This div border color is #4f958e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(79,149,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4f958e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4f958e;
  -webkit-box-shadow: 1px 1px 3px 2px #4f958e;
  box-shadow:         1px 1px 3px 2px #4f958e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,149,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f958e


Comments

No comments written yet.

Please login to write comment.