Color Hex Logo

#4eedec Color Hex

#4EEDEC
(78,237,236)
0 Favorites   0 Comments

Color spaces of #4eedec

RGB 78237236
HSL0.500.820.62
HSV180°67°93°
CMYK 0.670.000.00   0.07
XYZ48.566468.244289.9696
Yxy68.24420.23490.3300
Hunter Lab82.6100-39.6275-6.7450
CIE-Lab86.1284-40.4764-11.5925

#4eedec color RGB value is (78,237,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11101101 11101100
Octal 116 355 354
Decimal 78 237 236
Hex 4E ED EC

RGB Percentages of Color #4eedec

%14.16
%43.01
%42.83

CMYK Percentages of Color #4eedec

%67
%0
%0
%7

Triadic Colors of #4eedec

#4eedec #ec4eed #edec4e

Analogous Colors of #4eedec

#4eedec #4e9fed #4eed9d

Monochromatic Colors of #4eedec

#4eedec

Complementary Color

#4eedec #ed4e4f

#4eedec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eedec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eedec Color CSS Codes

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

#4eedec Text Font Color

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

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


#4eedec Background Color

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

This div background color is #4eedec


#4eedec Border Color

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

This div border color is #4eedec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eedec


Comments

No comments written yet.

Please login to write comment.