Color Hex Logo

#4e8a6f Color Hex

#4E8A6F
(78,138,111)
0 Favorites   0 Comments

Color spaces of #4e8a6f

RGB 78138111
HSL0.430.280.42
HSV153°43°54°
CMYK 0.430.000.20   0.46
XYZ15.099620.944418.2858
Yxy20.94440.27790.3855
Hunter Lab45.7651-21.19508.3457
CIE-Lab52.8886-26.13548.4296

#4e8a6f color RGB value is (78,138,111).

#4e8a6f hex color red value is 78, green value is 138 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #4e8a6f hue: 0.43 , saturation: 0.28 and the lightness value of 4e8a6f is 0.42.

The process color (four color CMYK) of #4e8a6f color hex is 0.43, 0.00, 0.20, 0.46. Web safe color of #4e8a6f is #669966. Color #4e8a6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10001010 01101111
Octal 116 212 157
Decimal 78 138 111
Hex 4E 8A 6F

RGB Percentages of Color #4e8a6f

%23.85
%42.20
%33.94

CMYK Percentages of Color #4e8a6f

%43
%0
%20
%46

Triadic Colors of #4e8a6f

#4e8a6f #6f4e8a #8a6f4e

Analogous Colors of #4e8a6f

#4e8a6f #4e878a #4e8a51

Monochromatic Colors of #4e8a6f

#4e8a6f

Complementary Color

#4e8a6f #8a4e69

#4e8a6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e8a6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e8a6f Color CSS Codes

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

#4e8a6f Text Font Color

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

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


#4e8a6f Background Color

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

This div background color is #4e8a6f


#4e8a6f Border Color

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

This div border color is #4e8a6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e8a6f


Comments

No comments written yet.

Please login to write comment.