Color Hex Logo

#4eac86 Color Hex

#4EAC86
(78,172,134)
0 Favorites   0 Comments

Color spaces of #4eac86

RGB 78172134
HSL0.430.380.49
HSV156°55°67°
CMYK 0.550.000.22   0.33
XYZ22.197532.846027.7242
Yxy32.84600.26820.3968
Hunter Lab57.3114-31.159511.4367
CIE-Lab64.0360-37.071811.2290

#4eac86 color RGB value is (78,172,134).

#4eac86 hex color red value is 78, green value is 172 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #4eac86 hue: 0.43 , saturation: 0.38 and the lightness value of 4eac86 is 0.49.

The process color (four color CMYK) of #4eac86 color hex is 0.55, 0.00, 0.22, 0.33. Web safe color of #4eac86 is #669999. Color #4eac86 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101100 10000110
Octal 116 254 206
Decimal 78 172 134
Hex 4E AC 86

RGB Percentages of Color #4eac86

%20.31
%44.79
%34.90

CMYK Percentages of Color #4eac86

%55
%0
%22
%33

Triadic Colors of #4eac86

#4eac86 #864eac #ac864e

Analogous Colors of #4eac86

#4eac86 #4ea3ac #4eac57

Monochromatic Colors of #4eac86

#4eac86

Complementary Color

#4eac86 #ac4e74

#4eac86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eac86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eac86 Color CSS Codes

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

#4eac86 Text Font Color

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

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


#4eac86 Background Color

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

This div background color is #4eac86


#4eac86 Border Color

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

This div border color is #4eac86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eac86


Comments

No comments written yet.

Please login to write comment.