Color Hex Logo

#4ea69d Color Hex

#4EA69D
(78,166,157)
0 Favorites   0 Comments

Color spaces of #4ea69d

RGB 78166157
HSL0.480.360.48
HSV174°53°65°
CMYK 0.530.000.05   0.35
XYZ22.863931.326536.7398
Yxy31.32650.25140.3445
Hunter Lab55.9701-25.03000.2600
CIE-Lab62.7823-28.6169-3.4058

#4ea69d color RGB value is (78,166,157).

#4ea69d hex color red value is 78, green value is 166 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #4ea69d hue: 0.48 , saturation: 0.36 and the lightness value of 4ea69d is 0.48.

The process color (four color CMYK) of #4ea69d color hex is 0.53, 0.00, 0.05, 0.35. Web safe color of #4ea69d is #669999. Color #4ea69d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10100110 10011101
Octal 116 246 235
Decimal 78 166 157
Hex 4E A6 9D

RGB Percentages of Color #4ea69d

%19.45
%41.40
%39.15

CMYK Percentages of Color #4ea69d

%53
%0
%5
%35

Triadic Colors of #4ea69d

#4ea69d #9d4ea6 #a69d4e

Analogous Colors of #4ea69d

#4ea69d #4e83a6 #4ea671

Monochromatic Colors of #4ea69d

#4ea69d

Complementary Color

#4ea69d #a64e57

#4ea69d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ea69d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ea69d Color CSS Codes

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

#4ea69d Text Font Color

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

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


#4ea69d Background Color

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

This div background color is #4ea69d


#4ea69d Border Color

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

This div border color is #4ea69d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ea69d


Comments

No comments written yet.

Please login to write comment.