Color Hex Logo

#4eedae Color Hex

#4EEDAE
(78,237,174)
0 Favorites   0 Comments

Color spaces of #4eedae

RGB 78237174
HSL0.430.820.62
HSV156°67°93°
CMYK 0.670.000.27   0.07
XYZ41.066165.244150.4734
Yxy65.24410.26190.4161
Hunter Lab80.7738-50.603319.4929
CIE-Lab84.6094-55.667018.6787

#4eedae color RGB value is (78,237,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11101101 10101110
Octal 116 355 256
Decimal 78 237 174
Hex 4E ED AE

RGB Percentages of Color #4eedae

%15.95
%48.47
%35.58

CMYK Percentages of Color #4eedae

%67
%0
%27
%7

Triadic Colors of #4eedae

#4eedae #ae4eed #edae4e

Analogous Colors of #4eedae

#4eedae #4edded #4eed5f

Monochromatic Colors of #4eedae

#4eedae

Complementary Color

#4eedae #ed4e8d

#4eedae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eedae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eedae Color CSS Codes

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

#4eedae Text Font Color

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

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


#4eedae Background Color

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

This div background color is #4eedae


#4eedae Border Color

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

This div border color is #4eedae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eedae


Comments

No comments written yet.

Please login to write comment.