Color Hex Logo

#0efbac Color Hex

#0EFBAC
(14,251,172)
0 Favorites   0 Comments

Color spaces of #0efbac

RGB 14251172
HSL0.440.970.52
HSV160°94°98°
CMYK 0.940.000.31   0.02
XYZ42.124772.066350.7197
Yxy72.06630.25540.4370
Hunter Lab84.8919-59.986224.0008
CIE-Lab88.0005-67.063424.2741

#0efbac color RGB value is (14,251,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11111011 10101100
Octal 16 373 254
Decimal 14 251 172
Hex E FB AC

RGB Percentages of Color #0efbac

%3.20
%57.44
%39.36

CMYK Percentages of Color #0efbac

%94
%0
%31
%2

Triadic Colors of #0efbac

#0efbac #ac0efb #fbac0e

Analogous Colors of #0efbac

#0efbac #0ed4fb #0efb36

Monochromatic Colors of #0efbac

#0efbac

Complementary Color

#0efbac #fb0e5d

#0efbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0efbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0efbac Color CSS Codes

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

#0efbac Text Font Color

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

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


#0efbac Background Color

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

This div background color is #0efbac


#0efbac Border Color

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

This div border color is #0efbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0efbac


Comments

No comments written yet.

Please login to write comment.