Color Hex Logo

#4edfaf Color Hex

#4EDFAF
(78,223,175)
0 Favorites   0 Comments

Color spaces of #4edfaf

RGB 78223175
HSL0.440.690.59
HSV160°65°87°
CMYK 0.650.000.22   0.13
XYZ37.267457.490249.6900
Yxy57.49020.25800.3980
Hunter Lab75.8223-44.954514.2200
CIE-Lab80.4545-49.792312.3202

#4edfaf color RGB value is (78,223,175).

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

The process color (four color CMYK) of #4edfaf color hex is 0.65, 0.00, 0.22, 0.13. Web safe color of #4edfaf is #66cc99. Color #4edfaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011111 10101111
Octal 116 337 257
Decimal 78 223 175
Hex 4E DF AF

RGB Percentages of Color #4edfaf

%16.39
%46.85
%36.76

CMYK Percentages of Color #4edfaf

%65
%0
%22
%13

Triadic Colors of #4edfaf

#4edfaf #af4edf #dfaf4e

Analogous Colors of #4edfaf

#4edfaf #4ec7df #4edf67

Monochromatic Colors of #4edfaf

#4edfaf

Complementary Color

#4edfaf #df4e7e

#4edfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4edfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4edfaf Color CSS Codes

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

#4edfaf Text Font Color

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

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


#4edfaf Background Color

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

This div background color is #4edfaf


#4edfaf Border Color

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

This div border color is #4edfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4edfaf


Comments

No comments written yet.

Please login to write comment.