Color Hex Logo

#0ce986 Color Hex

#0CE986
(12,233,134)
0 Favorites   0 Comments

Color spaces of #0ce986

RGB 12233134
HSL0.430.900.48
HSV153°95°91°
CMYK 0.950.000.42   0.09
XYZ33.593660.077232.3798
Yxy60.07720.26650.4766
Hunter Lab77.5095-58.277429.4881
CIE-Lab81.8801-68.380935.2629

#0ce986 color RGB value is (12,233,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11101001 10000110
Octal 14 351 206
Decimal 12 233 134
Hex C E9 86

RGB Percentages of Color #0ce986

%3.17
%61.48
%35.36

CMYK Percentages of Color #0ce986

%95
%0
%42
%9

Triadic Colors of #0ce986

#0ce986 #860ce9 #e9860c

Analogous Colors of #0ce986

#0ce986 #0cdee9 #0ce918

Monochromatic Colors of #0ce986

#0ce986

Complementary Color

#0ce986 #e90c6f

#0ce986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ce986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ce986 Color CSS Codes

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

#0ce986 Text Font Color

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

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


#0ce986 Background Color

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

This div background color is #0ce986


#0ce986 Border Color

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

This div border color is #0ce986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ce986


Comments

No comments written yet.

Please login to write comment.