color codes Logo

#0efa8e color codes

#0EFA8E
(14,250,142)
0 Favorites   0 Comments

Color spaces of #0efa8e

RGB 14250142
HSL0.420.960.52
HSV153°94°98°
CMYK 0.940.000.43   0.02
XYZ39.249270.417637.1145
Yxy70.41760.26740.4797
Hunter Lab83.9152-63.362832.5175
CIE-Lab87.2013-72.497838.2242

#0efa8e color RGB value is (14,250,142).

#0efa8e hex color red value is 14, green value is 250 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #0efa8e hue: 0.42 , saturation: 0.96 and the lightness value of 0efa8e is 0.52.

The process color (four color CMYK) of #0efa8e color code is 0.94, 0.00, 0.43, 0.02. Web safe color of #0efa8e is #00ff99. Color #0efa8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11111010 10001110
Octal 16 372 216
Decimal 14 250 142
Hex E FA 8E

RGB Percentages of Color #0efa8e

%3.45
%61.58
%34.98

CMYK Percentages of Color #0efa8e

%94
%0
%43
%2

Triadic Colors of #0efa8e

#0efa8e #8e0efa #fa8e0e

Analogous Colors of #0efa8e

#0efa8e #0ef0fa #0efa18

Monochromatic Colors of #0efa8e

#0efa8e

Complementary Color

#0efa8e #fa0e7a

#0efa8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0efa8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0efa8e Color CSS Codes

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

#0efa8e Text Font Color

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

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


#0efa8e Background Color

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

This div background color is #0efa8e


#0efa8e Border Color

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

This div border color is #0efa8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0efa8e

Related Colors


Comments

No comments written yet.

Please login to write comment.