Color Hex Logo

#0ce88a Color Hex

#0CE88A
(12,232,138)
0 Favorites   0 Comments

Color spaces of #0ce88a

RGB 12232138
HSL0.430.900.48
HSV154°95°91°
CMYK 0.950.000.41   0.09
XYZ33.595759.626433.7831
Yxy59.62640.26450.4695
Hunter Lab77.2181-57.470828.1132
CIE-Lab81.6347-67.315632.9384

#0ce88a color RGB value is (12,232,138).

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

The process color (four color CMYK) of #0ce88a color hex is 0.95, 0.00, 0.41, 0.09. Web safe color of #0ce88a is #00ff99. Color #0ce88a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 11101000 10001010
Octal 14 350 212
Decimal 12 232 138
Hex C E8 8A

RGB Percentages of Color #0ce88a

%3.14
%60.73
%36.13

CMYK Percentages of Color #0ce88a

%95
%0
%41
%9

Triadic Colors of #0ce88a

#0ce88a #8a0ce8 #e88a0c

Analogous Colors of #0ce88a

#0ce88a #0cd8e8 #0ce81c

Monochromatic Colors of #0ce88a

#0ce88a

Complementary Color

#0ce88a #e80c6a

#0ce88a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ce88a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ce88a Color CSS Codes

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

#0ce88a Text Font Color

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

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


#0ce88a Background Color

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

This div background color is #0ce88a


#0ce88a Border Color

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

This div border color is #0ce88a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ce88a


Comments

No comments written yet.

Please login to write comment.