Color Hex Logo

#0cd59e Color Hex

#0CD59E
(12,213,158)
0 Favorites   0 Comments

Color spaces of #0cd59e

RGB 12213158
HSL0.450.890.44
HSV164°94°84°
CMYK 0.940.000.26   0.16
XYZ30.117450.135340.4375
Yxy50.13530.24950.4154
Hunter Lab70.8063-47.986215.7039
CIE-Lab76.1522-56.332015.1232

#0cd59e color RGB value is (12,213,158).

#0cd59e hex color red value is 12, green value is 213 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #0cd59e hue: 0.45 , saturation: 0.89 and the lightness value of 0cd59e is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11010101 10011110
Octal 14 325 236
Decimal 12 213 158
Hex C D5 9E

RGB Percentages of Color #0cd59e

%3.13
%55.61
%41.25

CMYK Percentages of Color #0cd59e

%94
%0
%26
%16

Triadic Colors of #0cd59e

#0cd59e #9e0cd5 #d59e0c

Analogous Colors of #0cd59e

#0cd59e #0ca8d5 #0cd53a

Monochromatic Colors of #0cd59e

#0cd59e

Complementary Color

#0cd59e #d50c43

#0cd59e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cd59e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cd59e Color CSS Codes

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

#0cd59e Text Font Color

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

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


#0cd59e Background Color

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

This div background color is #0cd59e


#0cd59e Border Color

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

This div border color is #0cd59e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cd59e


Comments

No comments written yet.

Please login to write comment.