Color Hex Logo

#0edc9c Color Hex

#0EDC9C
(14,220,156)
0 Favorites   0 Comments

Color spaces of #0edc9c

RGB 14220156
HSL0.450.880.46
HSV161°94°86°
CMYK 0.940.000.29   0.14
XYZ31.775153.680140.1391
Yxy53.68010.25300.4274
Hunter Lab73.2667-50.802918.8047
CIE-Lab78.2748-59.338419.1373

#0edc9c color RGB value is (14,220,156).

#0edc9c hex color red value is 14, green value is 220 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #0edc9c hue: 0.45 , saturation: 0.88 and the lightness value of 0edc9c is 0.46.

The process color (four color CMYK) of #0edc9c color hex is 0.94, 0.00, 0.29, 0.14. Web safe color of #0edc9c is #00cc99. Color #0edc9c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11011100 10011100
Octal 16 334 234
Decimal 14 220 156
Hex E DC 9C

RGB Percentages of Color #0edc9c

%3.59
%56.41
%40.00

CMYK Percentages of Color #0edc9c

%94
%0
%29
%14

Triadic Colors of #0edc9c

#0edc9c #9c0edc #dc9c0e

Analogous Colors of #0edc9c

#0edc9c #0eb5dc #0edc35

Monochromatic Colors of #0edc9c

#0edc9c

Complementary Color

#0edc9c #dc0e4e

#0edc9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0edc9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#0edc9c Color CSS Codes

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

#0edc9c Text Font Color

<p style="color:#0edc9c">Text here</p>

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


#0edc9c Background Color

<div style="background-color:#0edc9c">
Div content here</div>

This div background color is #0edc9c


#0edc9c Border Color

<div style="border:3px solid #0edc9c">
Div here</div>

This div border color is #0edc9c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(14,220,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0edc9c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0edc9c;
  -webkit-box-shadow: 1px 1px 3px 2px #0edc9c;
  box-shadow:         1px 1px 3px 2px #0edc9c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,220,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0edc9c


Comments

No comments written yet.

Please login to write comment.