Color Hex Logo

#0ef32f Color Hex

#0EF32F
(14,243,47)
0 Favorites   0 Comments

Color spaces of #0ef32f

RGB 1424347
HSL0.360.910.50
HSV129°94°95°
CMYK 0.940.000.81   0.05
XYZ32.744864.399813.3939
Yxy64.39980.29620.5826
Hunter Lab80.2495-67.601946.2789
CIE-Lab84.1735-81.268973.2459

#0ef32f color RGB value is (14,243,47).

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

The process color (four color CMYK) of #0ef32f color hex is 0.94, 0.00, 0.81, 0.05. Web safe color of #0ef32f is #00ff33. Color #0ef32f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11110011 00101111
Octal 16 363 57
Decimal 14 243 47
Hex E F3 2F

RGB Percentages of Color #0ef32f

%4.61
%79.93
%15.46

CMYK Percentages of Color #0ef32f

%94
%0
%81
%5

Triadic Colors of #0ef32f

#0ef32f #2f0ef3 #f32f0e

Analogous Colors of #0ef32f

#0ef32f #0ef3a2 #5ff30e

Monochromatic Colors of #0ef32f

#0ef32f

Complementary Color

#0ef32f #f30ed2

#0ef32f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ef32f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ef32f Color CSS Codes

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

#0ef32f Text Font Color

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

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


#0ef32f Background Color

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

This div background color is #0ef32f


#0ef32f Border Color

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

This div border color is #0ef32f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,243,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 #0ef32f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ef32f


Comments

No comments written yet.

Please login to write comment.