Color Hex Logo

#0ef21f Color Hex

#0EF21F
(14,242,31)
0 Favorites   0 Comments

Color spaces of #0ef21f

RGB 1424231
HSL0.350.900.50
HSV124°94°95°
CMYK 0.940.000.87   0.05
XYZ32.180663.696611.8949
Yxy63.69660.29860.5910
Hunter Lab79.8101-67.694047.0305
CIE-Lab83.8076-81.716476.4734

#0ef21f color RGB value is (14,242,31).

#0ef21f hex color red value is 14, green value is 242 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #0ef21f hue: 0.35 , saturation: 0.90 and the lightness value of 0ef21f is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11110010 00011111
Octal 16 362 37
Decimal 14 242 31
Hex E F2 1F

RGB Percentages of Color #0ef21f

%4.88
%84.32
%10.80

CMYK Percentages of Color #0ef21f

%94
%0
%87
%5

Triadic Colors of #0ef21f

#0ef21f #1f0ef2 #f21f0e

Analogous Colors of #0ef21f

#0ef21f #0ef291 #6ff20e

Monochromatic Colors of #0ef21f

#0ef21f

Complementary Color

#0ef21f #f20ee1

#0ef21f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ef21f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ef21f Color CSS Codes

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

#0ef21f Text Font Color

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

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


#0ef21f Background Color

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

This div background color is #0ef21f


#0ef21f Border Color

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

This div border color is #0ef21f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ef21f


Comments

No comments written yet.

Please login to write comment.