Color Hex Logo

#0cd94e Color Hex

#0CD94E
(12,217,78)
0 Favorites   0 Comments

Color spaces of #0cd94e

RGB 1221778
HSL0.390.900.45
HSV139°94°85°
CMYK 0.940.000.64   0.15
XYZ26.339650.253915.5195
Yxy50.25390.28590.5456
Hunter Lab70.8900-57.734736.6430
CIE-Lab76.2248-71.538954.5357

#0cd94e color RGB value is (12,217,78).

#0cd94e hex color red value is 12, green value is 217 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #0cd94e hue: 0.39 , saturation: 0.90 and the lightness value of 0cd94e is 0.45.

The process color (four color CMYK) of #0cd94e color hex is 0.94, 0.00, 0.64, 0.15. Web safe color of #0cd94e is #00cc66. Color #0cd94e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 11011001 01001110
Octal 14 331 116
Decimal 12 217 78
Hex C D9 4E

RGB Percentages of Color #0cd94e

%3.91
%70.68
%25.41

CMYK Percentages of Color #0cd94e

%94
%0
%64
%15

Triadic Colors of #0cd94e

#0cd94e #4e0cd9 #d94e0c

Analogous Colors of #0cd94e

#0cd94e #0cd9b5 #31d90c

Monochromatic Colors of #0cd94e

#0cd94e

Complementary Color

#0cd94e #d90c97

#0cd94e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cd94e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cd94e Color CSS Codes

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

#0cd94e Text Font Color

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

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


#0cd94e Background Color

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

This div background color is #0cd94e


#0cd94e Border Color

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

This div border color is #0cd94e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(12,217,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0cd94e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0cd94e;
  -webkit-box-shadow: 1px 1px 3px 2px #0cd94e;
  box-shadow:         1px 1px 3px 2px #0cd94e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cd94e


Comments

No comments written yet.

Please login to write comment.