Color Hex Logo

#0ef313 Color Hex

#0EF313
(14,243,19)
0 Favorites   0 Comments

Color spaces of #0ef313

RGB 1424319
HSL0.340.910.50
HSV121°94°95°
CMYK 0.940.000.92   0.05
XYZ32.349264.241611.3110
Yxy64.24160.29980.5954
Hunter Lab80.1509-68.220747.7385
CIE-Lab84.0914-82.332378.5535

#0ef313 color RGB value is (14,243,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11110011 00010011
Octal 16 363 23
Decimal 14 243 19
Hex E F3 13

RGB Percentages of Color #0ef313

%5.07
%88.04
%6.88

CMYK Percentages of Color #0ef313

%94
%0
%92
%5

Triadic Colors of #0ef313

#0ef313 #130ef3 #f3130e

Analogous Colors of #0ef313

#0ef313 #0ef386 #7cf30e

Monochromatic Colors of #0ef313

#0ef313

Complementary Color

#0ef313 #f30eee

#0ef313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ef313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ef313 Color CSS Codes

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

#0ef313 Text Font Color

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

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


#0ef313 Background Color

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

This div background color is #0ef313


#0ef313 Border Color

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

This div border color is #0ef313


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ef313


Comments

No comments written yet.

Please login to write comment.