color codes Logo

#0ed68c color codes

#0ED68C
(14,214,140)
0 Favorites   0 Comments

Color spaces of #0ed68c

RGB 14214140
HSL0.440.880.45
HSV158°93°84°
CMYK 0.930.000.35   0.16
XYZ28.961350.079932.9509
Yxy50.07990.25860.4472
Hunter Lab70.7672-50.791821.9301
CIE-Lab76.1183-60.604324.5484

#0ed68c color RGB value is (14,214,140).

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

The process color (four color CMYK) of #0ed68c color code is 0.93, 0.00, 0.35, 0.16. Web safe color of #0ed68c is #00cc99. Color #0ed68c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11010110 10001100
Octal 16 326 214
Decimal 14 214 140
Hex E D6 8C

RGB Percentages of Color #0ed68c

%3.80
%58.15
%38.04

CMYK Percentages of Color #0ed68c

%93
%0
%35
%16

Triadic Colors of #0ed68c

#0ed68c #8c0ed6 #d68c0e

Analogous Colors of #0ed68c

#0ed68c #0ebcd6 #0ed628

Monochromatic Colors of #0ed68c

#0ed68c

Complementary Color

#0ed68c #d60e58

#0ed68c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ed68c Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ed68c Color CSS Codes

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

#0ed68c Text Font Color

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

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


#0ed68c Background Color

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

This div background color is #0ed68c


#0ed68c Border Color

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

This div border color is #0ed68c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ed68c


Comments

No comments written yet.

Please login to write comment.