Color Hex Logo

#0ce38f Color Hex

#0CE38F
(12,227,143)
0 Favorites   0 Comments

Color spaces of #0ce38f

RGB 12227143
HSL0.430.900.47
HSV157°95°89°
CMYK 0.950.000.37   0.11
XYZ32.578656.999535.2715
Yxy56.99950.26090.4565
Hunter Lab75.4980-55.095925.1492
CIE-Lab80.1793-64.646628.4692

#0ce38f color RGB value is (12,227,143).

#0ce38f hex color red value is 12, green value is 227 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #0ce38f hue: 0.43 , saturation: 0.90 and the lightness value of 0ce38f is 0.47.

The process color (four color CMYK) of #0ce38f color hex is 0.95, 0.00, 0.37, 0.11. Web safe color of #0ce38f is #00cc99. Color #0ce38f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 11100011 10001111
Octal 14 343 217
Decimal 12 227 143
Hex C E3 8F

RGB Percentages of Color #0ce38f

%3.14
%59.42
%37.43

CMYK Percentages of Color #0ce38f

%95
%0
%37
%11

Triadic Colors of #0ce38f

#0ce38f #8f0ce3 #e38f0c

Analogous Colors of #0ce38f

#0ce38f #0ccce3 #0ce324

Monochromatic Colors of #0ce38f

#0ce38f

Complementary Color

#0ce38f #e30c60

#0ce38f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ce38f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ce38f Color CSS Codes

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

#0ce38f Text Font Color

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

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


#0ce38f Background Color

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

This div background color is #0ce38f


#0ce38f Border Color

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

This div border color is #0ce38f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ce38f


Comments

No comments written yet.

Please login to write comment.