Color Hex Logo

#4eedaf Color Hex

#4EEDAF
(78,237,175)
0 Favorites   0 Comments

Color spaces of #4eedaf

RGB 78237175
HSL0.440.820.62
HSV157°67°93°
CMYK 0.670.000.26   0.07
XYZ41.163965.283250.9888
Yxy65.28320.26150.4147
Hunter Lab80.7980-50.456719.1428
CIE-Lab84.6295-55.453718.1883

#4eedaf color RGB value is (78,237,175).

#4eedaf hex color red value is 78, green value is 237 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #4eedaf hue: 0.44 , saturation: 0.82 and the lightness value of 4eedaf is 0.62.

The process color (four color CMYK) of #4eedaf color hex is 0.67, 0.00, 0.26, 0.07. Web safe color of #4eedaf is #66ff99. Color #4eedaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11101101 10101111
Octal 116 355 257
Decimal 78 237 175
Hex 4E ED AF

RGB Percentages of Color #4eedaf

%15.92
%48.37
%35.71

CMYK Percentages of Color #4eedaf

%67
%0
%26
%7

Triadic Colors of #4eedaf

#4eedaf #af4eed #edaf4e

Analogous Colors of #4eedaf

#4eedaf #4edced #4eed5f

Monochromatic Colors of #4eedaf

#4eedaf

Complementary Color

#4eedaf #ed4e8c

#4eedaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eedaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eedaf Color CSS Codes

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

#4eedaf Text Font Color

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

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


#4eedaf Background Color

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

This div background color is #4eedaf


#4eedaf Border Color

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

This div border color is #4eedaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eedaf


Comments

No comments written yet.

Please login to write comment.