Color Hex Logo

#0ce107 Color Hex

#0CE107
(12,225,7)
1 Favorites   1 Comments

Color spaces of #0ce107

RGB 122257
HSL0.330.940.45
HSV119°97°88°
CMYK 0.950.000.97   0.12
XYZ27.115253.94399.1841
Yxy53.94390.30050.5978
Hunter Lab73.4465-62.632243.9987
CIE-Lab78.4290-77.870975.0973

#0ce107 color RGB value is (12,225,7).

#0ce107 hex color red value is 12, green value is 225 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #0ce107 hue: 0.33 , saturation: 0.94 and the lightness value of 0ce107 is 0.45.

The process color (four color CMYK) of #0ce107 color hex is 0.95, 0.00, 0.97, 0.12. Web safe color of #0ce107 is #00cc00. Color #0ce107 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 11100001 00000111
Octal 14 341 7
Decimal 12 225 7
Hex C E1 7

RGB Percentages of Color #0ce107

%4.92
%92.21
%2.87

CMYK Percentages of Color #0ce107

%95
%0
%97
%12

Triadic Colors of #0ce107

#0ce107 #070ce1 #e1070c

Analogous Colors of #0ce107

#0ce107 #07e16f #79e107

Monochromatic Colors of #0ce107

#0ce107

Complementary Color

#0ce107 #dc07e1

#0ce107 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ce107 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ce107 Color CSS Codes

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

#0ce107 Text Font Color

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

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


#0ce107 Background Color

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

This div background color is #0ce107


#0ce107 Border Color

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

This div border color is #0ce107


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ce107


Comments

21 Nov 2024, 18:26 Zacapea

Might be nice for a bright green ocelot.

Please login to write comment.