Color Hex Logo

#0efba4 Color Hex

#0EFBA4
(14,251,164)
0 Favorites   0 Comments

Color spaces of #0efba4

RGB 14251164
HSL0.440.970.52
HSV158°94°98°
CMYK 0.940.000.35   0.02
XYZ41.379171.768146.7937
Yxy71.76810.25870.4487
Hunter Lab84.7161-61.065726.5519
CIE-Lab87.8568-68.706828.1346

#0efba4 color RGB value is (14,251,164).

#0efba4 hex color red value is 14, green value is 251 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #0efba4 hue: 0.44 , saturation: 0.97 and the lightness value of 0efba4 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11111011 10100100
Octal 16 373 244
Decimal 14 251 164
Hex E FB A4

RGB Percentages of Color #0efba4

%3.26
%58.51
%38.23

CMYK Percentages of Color #0efba4

%94
%0
%35
%2

Triadic Colors of #0efba4

#0efba4 #a40efb #fba40e

Analogous Colors of #0efba4

#0efba4 #0edcfb #0efb2e

Monochromatic Colors of #0efba4

#0efba4

Complementary Color

#0efba4 #fb0e65

#0efba4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0efba4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0efba4 Color CSS Codes

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

#0efba4 Text Font Color

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

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


#0efba4 Background Color

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

This div background color is #0efba4


#0efba4 Border Color

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

This div border color is #0efba4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0efba4


Comments

No comments written yet.

Please login to write comment.