Color Hex Logo

#4ec085 Color Hex

#4EC085
(78,192,133)
0 Favorites   0 Comments

Color spaces of #4ec085

RGB 78192133
HSL0.410.480.53
HSV149°59°75°
CMYK 0.590.000.31   0.25
XYZ26.225241.012428.7243
Yxy41.01240.27330.4274
Hunter Lab64.0409-38.974618.2353
CIE-Lab70.1846-45.976020.3238

#4ec085 color RGB value is (78,192,133).

#4ec085 hex color red value is 78, green value is 192 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #4ec085 hue: 0.41 , saturation: 0.48 and the lightness value of 4ec085 is 0.53.

The process color (four color CMYK) of #4ec085 color hex is 0.59, 0.00, 0.31, 0.25. Web safe color of #4ec085 is #66cc99. Color #4ec085 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11000000 10000101
Octal 116 300 205
Decimal 78 192 133
Hex 4E C0 85

RGB Percentages of Color #4ec085

%19.35
%47.64
%33.00

CMYK Percentages of Color #4ec085

%59
%0
%31
%25

Triadic Colors of #4ec085

#4ec085 #854ec0 #c0854e

Analogous Colors of #4ec085

#4ec085 #4ec0be #50c04e

Monochromatic Colors of #4ec085

#4ec085

Complementary Color

#4ec085 #c04e89

#4ec085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ec085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ec085 Color CSS Codes

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

#4ec085 Text Font Color

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

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


#4ec085 Background Color

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

This div background color is #4ec085


#4ec085 Border Color

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

This div border color is #4ec085


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,192,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 #4ec085">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ec085


Comments

No comments written yet.

Please login to write comment.