Color Hex Logo

#0ece41 Color Hex

#0ECE41
(14,206,65)
0 Favorites   0 Comments

Color spaces of #0ece41

RGB 1420665
HSL0.380.870.43
HSV136°93°81°
CMYK 0.930.000.68   0.19
XYZ23.206544.617612.3900
Yxy44.61760.28930.5562
Hunter Lab66.7964-54.879035.7598
CIE-Lab72.6394-69.558855.9094

#0ece41 color RGB value is (14,206,65).

#0ece41 hex color red value is 14, green value is 206 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #0ece41 hue: 0.38 , saturation: 0.87 and the lightness value of 0ece41 is 0.43.

The process color (four color CMYK) of #0ece41 color hex is 0.93, 0.00, 0.68, 0.19. Web safe color of #0ece41 is #00cc33. Color #0ece41 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11001110 01000001
Octal 16 316 101
Decimal 14 206 65
Hex E CE 41

RGB Percentages of Color #0ece41

%4.91
%72.28
%22.81

CMYK Percentages of Color #0ece41

%93
%0
%68
%19

Triadic Colors of #0ece41

#0ece41 #410ece #ce410e

Analogous Colors of #0ece41

#0ece41 #0ecea1 #3bce0e

Monochromatic Colors of #0ece41

#0ece41

Complementary Color

#0ece41 #ce0e9b

#0ece41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ece41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ece41 Color CSS Codes

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

#0ece41 Text Font Color

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

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


#0ece41 Background Color

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

This div background color is #0ece41


#0ece41 Border Color

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

This div border color is #0ece41


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(14,206,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0ece41; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0ece41;
  -webkit-box-shadow: 1px 1px 3px 2px #0ece41;
  box-shadow:         1px 1px 3px 2px #0ece41; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,206,65, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ece41


Comments

No comments written yet.

Please login to write comment.