Color Hex Logo

#4e8985 Color Hex

#4E8985
(78,137,133)
0 Favorites   0 Comments

Color spaces of #4e8985

RGB 78137133
HSL0.490.270.42
HSV176°43°54°
CMYK 0.430.000.03   0.46
XYZ16.321221.204525.4230
Yxy21.20450.25930.3369
Hunter Lab46.0483-17.3177-0.4998
CIE-Lab53.1726-20.2453-3.8920

#4e8985 color RGB value is (78,137,133).

#4e8985 hex color red value is 78, green value is 137 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #4e8985 hue: 0.49 , saturation: 0.27 and the lightness value of 4e8985 is 0.42.

The process color (four color CMYK) of #4e8985 color hex is 0.43, 0.00, 0.03, 0.46. Web safe color of #4e8985 is #669999. Color #4e8985 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10001001 10000101
Octal 116 211 205
Decimal 78 137 133
Hex 4E 89 85

RGB Percentages of Color #4e8985

%22.41
%39.37
%38.22

CMYK Percentages of Color #4e8985

%43
%0
%3
%46

Triadic Colors of #4e8985

#4e8985 #854e89 #89854e

Analogous Colors of #4e8985

#4e8985 #4e7089 #4e8968

Monochromatic Colors of #4e8985

#4e8985

Complementary Color

#4e8985 #894e52

#4e8985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e8985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e8985 Color CSS Codes

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

#4e8985 Text Font Color

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

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


#4e8985 Background Color

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

This div background color is #4e8985


#4e8985 Border Color

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

This div border color is #4e8985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e8985


Comments

No comments written yet.

Please login to write comment.