Color Hex Logo

#0ec82f Color Hex

#0EC82F
(14,200,47)
0 Favorites   0 Comments

Color spaces of #0ec82f

RGB 1420047
HSL0.360.870.42
HSV131°93°78°
CMYK 0.930.000.77   0.22
XYZ21.348541.60729.5951
Yxy41.60720.29430.5735
Hunter Lab64.5036-53.804036.3330
CIE-Lab70.5993-69.338460.3084

#0ec82f color RGB value is (14,200,47).

#0ec82f hex color red value is 14, green value is 200 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #0ec82f hue: 0.36 , saturation: 0.87 and the lightness value of 0ec82f is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11001000 00101111
Octal 16 310 57
Decimal 14 200 47
Hex E C8 2F

RGB Percentages of Color #0ec82f

%5.36
%76.63
%18.01

CMYK Percentages of Color #0ec82f

%93
%0
%77
%22

Triadic Colors of #0ec82f

#0ec82f #2f0ec8 #c82f0e

Analogous Colors of #0ec82f

#0ec82f #0ec88c #4ac80e

Monochromatic Colors of #0ec82f

#0ec82f

Complementary Color

#0ec82f #c80ea7

#0ec82f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ec82f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ec82f Color CSS Codes

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

#0ec82f Text Font Color

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

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


#0ec82f Background Color

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

This div background color is #0ec82f


#0ec82f Border Color

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

This div border color is #0ec82f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ec82f


Comments

No comments written yet.

Please login to write comment.