Color Hex Logo

#0efea8 Color Hex

#0EFEA8
(14,254,168)
0 Favorites   0 Comments

Color spaces of #0efea8

RGB 14254168
HSL0.440.990.53
HSV159°94°100°
CMYK 0.940.000.34   0.00
XYZ42.690873.804149.0414
Yxy73.80410.25790.4458
Hunter Lab85.9093-61.639526.2908
CIE-Lab88.8298-68.938027.4333

#0efea8 color RGB value is (14,254,168).

#0efea8 hex color red value is 14, green value is 254 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #0efea8 hue: 0.44 , saturation: 0.99 and the lightness value of 0efea8 is 0.53.

The process color (four color CMYK) of #0efea8 color hex is 0.94, 0.00, 0.34, 0.00. Web safe color of #0efea8 is #00ff99. Color #0efea8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11111110 10101000
Octal 16 376 250
Decimal 14 254 168
Hex E FE A8

RGB Percentages of Color #0efea8

%3.21
%58.26
%38.53

CMYK Percentages of Color #0efea8

%94
%0
%34
%0

Triadic Colors of #0efea8

#0efea8 #a80efe #fea80e

Analogous Colors of #0efea8

#0efea8 #0edcfe #0efe30

Monochromatic Colors of #0efea8

#0efea8

Complementary Color

#0efea8 #fe0e64

#0efea8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0efea8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0efea8 Color CSS Codes

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

#0efea8 Text Font Color

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

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


#0efea8 Background Color

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

This div background color is #0efea8


#0efea8 Border Color

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

This div border color is #0efea8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0efea8

Related Colors


Comments

No comments written yet.

Please login to write comment.