Color Hex Logo

#4edeac Color Hex

#4EDEAC
(78,222,172)
0 Favorites   0 Comments

Color spaces of #4edeac

RGB 78222172
HSL0.440.690.59
HSV159°65°87°
CMYK 0.650.000.23   0.13
XYZ36.709656.840848.0663
Yxy56.84080.25920.4014
Hunter Lab75.3928-45.023914.9750
CIE-Lab80.0900-50.056013.3875

#4edeac color RGB value is (78,222,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011110 10101100
Octal 116 336 254
Decimal 78 222 172
Hex 4E DE AC

RGB Percentages of Color #4edeac

%16.53
%47.03
%36.44

CMYK Percentages of Color #4edeac

%65
%0
%23
%13

Triadic Colors of #4edeac

#4edeac #ac4ede #deac4e

Analogous Colors of #4edeac

#4edeac #4ec8de #4ede64

Monochromatic Colors of #4edeac

#4edeac

Complementary Color

#4edeac #de4e80

#4edeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4edeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4edeac Color CSS Codes

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

#4edeac Text Font Color

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

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


#4edeac Background Color

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

This div background color is #4edeac


#4edeac Border Color

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

This div border color is #4edeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4edeac


Comments

No comments written yet.

Please login to write comment.