Color Hex Logo

#4e9190 Color Hex

#4E9190
(78,145,144)
0 Favorites   0 Comments

Color spaces of #4e9190

RGB 78145144
HSL0.500.300.44
HSV179°46°57°
CMYK 0.460.000.01   0.43
XYZ18.301323.884130.0311
Yxy23.88410.25340.3307
Hunter Lab48.8714-18.6804-2.2233
CIE-Lab55.9716-21.4972-6.0979

#4e9190 color RGB value is (78,145,144).

#4e9190 hex color red value is 78, green value is 145 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #4e9190 hue: 0.50 , saturation: 0.30 and the lightness value of 4e9190 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10010001 10010000
Octal 116 221 220
Decimal 78 145 144
Hex 4E 91 90

RGB Percentages of Color #4e9190

%21.25
%39.51
%39.24

CMYK Percentages of Color #4e9190

%46
%0
%1
%43

Triadic Colors of #4e9190

#4e9190 #904e91 #91904e

Analogous Colors of #4e9190

#4e9190 #4e7191 #4e916f

Monochromatic Colors of #4e9190

#4e9190

Complementary Color

#4e9190 #914e4f

#4e9190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e9190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e9190 Color CSS Codes

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

#4e9190 Text Font Color

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

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


#4e9190 Background Color

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

This div background color is #4e9190


#4e9190 Border Color

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

This div border color is #4e9190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e9190


Comments

No comments written yet.

Please login to write comment.