Color Hex Logo

#0efbaa Color Hex

#0EFBAA
(14,251,170)
0 Favorites   0 Comments

Color spaces of #0efbaa

RGB 14251170
HSL0.440.970.52
HSV159°94°98°
CMYK 0.940.000.32   0.02
XYZ41.934071.990049.7155
Yxy71.99000.25630.4399
Hunter Lab84.8469-60.261824.6523
CIE-Lab87.9638-67.481325.2409

#0efbaa color RGB value is (14,251,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11111011 10101010
Octal 16 373 252
Decimal 14 251 170
Hex E FB AA

RGB Percentages of Color #0efbaa

%3.22
%57.70
%39.08

CMYK Percentages of Color #0efbaa

%94
%0
%32
%2

Triadic Colors of #0efbaa

#0efbaa #aa0efb #fbaa0e

Analogous Colors of #0efbaa

#0efbaa #0ed6fb #0efb34

Monochromatic Colors of #0efbaa

#0efbaa

Complementary Color

#0efbaa #fb0e5f

#0efbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0efbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0efbaa Color CSS Codes

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

#0efbaa Text Font Color

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

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


#0efbaa Background Color

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

This div background color is #0efbaa


#0efbaa Border Color

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

This div border color is #0efbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0efbaa


Comments

No comments written yet.

Please login to write comment.