Color Hex Logo

#0ef57e Color Hex

#0EF57E
(14,245,126)
0 Favorites   0 Comments

Color spaces of #0ef57e

RGB 14245126
HSL0.410.920.51
HSV149°94°96°
CMYK 0.940.000.49   0.04
XYZ36.599466.904530.7235
Yxy66.90450.27270.4984
Hunter Lab81.7952-63.271434.9864
CIE-Lab85.4557-73.548843.7438

#0ef57e color RGB value is (14,245,126).

#0ef57e hex color red value is 14, green value is 245 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #0ef57e hue: 0.41 , saturation: 0.92 and the lightness value of 0ef57e is 0.51.

The process color (four color CMYK) of #0ef57e color hex is 0.94, 0.00, 0.49, 0.04. Web safe color of #0ef57e is #00ff66. Color #0ef57e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11110101 01111110
Octal 16 365 176
Decimal 14 245 126
Hex E F5 7E

RGB Percentages of Color #0ef57e

%3.64
%63.64
%32.73

CMYK Percentages of Color #0ef57e

%94
%0
%49
%4

Triadic Colors of #0ef57e

#0ef57e #7e0ef5 #f57e0e

Analogous Colors of #0ef57e

#0ef57e #0ef5f2 #12f50e

Monochromatic Colors of #0ef57e

#0ef57e

Complementary Color

#0ef57e #f50e85

#0ef57e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ef57e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ef57e Color CSS Codes

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

#0ef57e Text Font Color

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

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


#0ef57e Background Color

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

This div background color is #0ef57e


#0ef57e Border Color

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

This div border color is #0ef57e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ef57e


Comments

No comments written yet.

Please login to write comment.