Color Hex Logo

#0ce293 Color Hex

#0CE293
(12,226,147)
0 Favorites   0 Comments

Color spaces of #0ce293

RGB 12226147
HSL0.440.900.47
HSV158°95°89°
CMYK 0.950.000.35   0.11
XYZ32.614456.577536.8053
Yxy56.57750.25890.4490
Hunter Lab75.2180-54.234223.6411
CIE-Lab79.9414-63.492926.0962

#0ce293 color RGB value is (12,226,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11100010 10010011
Octal 14 342 223
Decimal 12 226 147
Hex C E2 93

RGB Percentages of Color #0ce293

%3.12
%58.70
%38.18

CMYK Percentages of Color #0ce293

%95
%0
%35
%11

Triadic Colors of #0ce293

#0ce293 #930ce2 #e2930c

Analogous Colors of #0ce293

#0ce293 #0cc6e2 #0ce228

Monochromatic Colors of #0ce293

#0ce293

Complementary Color

#0ce293 #e20c5b

#0ce293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ce293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ce293 Color CSS Codes

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

#0ce293 Text Font Color

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

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


#0ce293 Background Color

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

This div background color is #0ce293


#0ce293 Border Color

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

This div border color is #0ce293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ce293


Comments

No comments written yet.

Please login to write comment.