Color Hex Logo

#4edeae Color Hex

#4EDEAE
(78,222,174)
0 Favorites   0 Comments

Color spaces of #4edeae

RGB 78222174
HSL0.440.690.59
HSV160°65°87°
CMYK 0.650.000.22   0.13
XYZ36.903156.918249.0857
Yxy56.91820.25820.3983
Hunter Lab75.4442-44.715014.2355
CIE-Lab80.1336-49.605212.3936

#4edeae color RGB value is (78,222,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011110 10101110
Octal 116 336 256
Decimal 78 222 174
Hex 4E DE AE

RGB Percentages of Color #4edeae

%16.46
%46.84
%36.71

CMYK Percentages of Color #4edeae

%65
%0
%22
%13

Triadic Colors of #4edeae

#4edeae #ae4ede #deae4e

Analogous Colors of #4edeae

#4edeae #4ec6de #4ede66

Monochromatic Colors of #4edeae

#4edeae

Complementary Color

#4edeae #de4e7e

#4edeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4edeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4edeae Color CSS Codes

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

#4edeae Text Font Color

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

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


#4edeae Background Color

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

This div background color is #4edeae


#4edeae Border Color

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

This div border color is #4edeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4edeae


Comments

No comments written yet.

Please login to write comment.