Color Hex Logo

#0cd89f Color Hex

#0CD89F
(12,216,159)
0 Favorites   0 Comments

Color spaces of #0cd89f

RGB 12216159
HSL0.450.890.45
HSV163°94°85°
CMYK 0.940.000.26   0.15
XYZ30.965551.693141.1466
Yxy51.69310.25010.4175
Hunter Lab71.8979-48.943716.3973
CIE-Lab77.0970-57.234015.9166

#0cd89f color RGB value is (12,216,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11011000 10011111
Octal 14 330 237
Decimal 12 216 159
Hex C D8 9F

RGB Percentages of Color #0cd89f

%3.10
%55.81
%41.09

CMYK Percentages of Color #0cd89f

%94
%0
%26
%15

Triadic Colors of #0cd89f

#0cd89f #9f0cd8 #d89f0c

Analogous Colors of #0cd89f

#0cd89f #0cabd8 #0cd839

Monochromatic Colors of #0cd89f

#0cd89f

Complementary Color

#0cd89f #d80c45

#0cd89f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cd89f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cd89f Color CSS Codes

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

#0cd89f Text Font Color

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

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


#0cd89f Background Color

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

This div background color is #0cd89f


#0cd89f Border Color

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

This div border color is #0cd89f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cd89f


Comments

No comments written yet.

Please login to write comment.