Color Hex Logo

#4eaf9d Color Hex

#4EAF9D
(78,175,157)
0 Favorites   0 Comments

Color spaces of #4eaf9d

RGB 78175157
HSL0.470.380.50
HSV169°55°69°
CMYK 0.550.000.10   0.31
XYZ24.557734.714037.3044
Yxy34.71400.25430.3594
Hunter Lab58.9186-28.70743.7035
CIE-Lab65.5254-32.94390.6141

#4eaf9d color RGB value is (78,175,157).

#4eaf9d hex color red value is 78, green value is 175 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #4eaf9d hue: 0.47 , saturation: 0.38 and the lightness value of 4eaf9d is 0.50.

The process color (four color CMYK) of #4eaf9d color hex is 0.55, 0.00, 0.10, 0.31. Web safe color of #4eaf9d is #669999. Color #4eaf9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101111 10011101
Octal 116 257 235
Decimal 78 175 157
Hex 4E AF 9D

RGB Percentages of Color #4eaf9d

%19.02
%42.68
%38.29

CMYK Percentages of Color #4eaf9d

%55
%0
%10
%31

Triadic Colors of #4eaf9d

#4eaf9d #9d4eaf #af9d4e

Analogous Colors of #4eaf9d

#4eaf9d #4e91af #4eaf6d

Monochromatic Colors of #4eaf9d

#4eaf9d

Complementary Color

#4eaf9d #af4e60

#4eaf9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eaf9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eaf9d Color CSS Codes

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

#4eaf9d Text Font Color

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

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


#4eaf9d Background Color

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

This div background color is #4eaf9d


#4eaf9d Border Color

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

This div border color is #4eaf9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eaf9d


Comments

No comments written yet.

Please login to write comment.