Color Hex Logo

#0eeabf Color Hex

#0EEABF
(14,234,191)
0 Favorites   0 Comments

Color spaces of #0eeabf

RGB 14234191
HSL0.470.890.49
HSV168°94°92°
CMYK 0.940.000.18   0.08
XYZ39.007962.700659.3367
Yxy62.70060.24220.3893
Hunter Lab79.1837-50.637910.9993
CIE-Lab83.2846-56.38027.8183

#0eeabf color RGB value is (14,234,191).

#0eeabf hex color red value is 14, green value is 234 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #0eeabf hue: 0.47 , saturation: 0.89 and the lightness value of 0eeabf is 0.49.

The process color (four color CMYK) of #0eeabf color hex is 0.94, 0.00, 0.18, 0.08. Web safe color of #0eeabf is #00ffcc. Color #0eeabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11101010 10111111
Octal 16 352 277
Decimal 14 234 191
Hex E EA BF

RGB Percentages of Color #0eeabf

%3.19
%53.30
%43.51

CMYK Percentages of Color #0eeabf

%94
%0
%18
%8

Triadic Colors of #0eeabf

#0eeabf #bf0eea #eabf0e

Analogous Colors of #0eeabf

#0eeabf #0ea7ea #0eea51

Monochromatic Colors of #0eeabf

#0eeabf

Complementary Color

#0eeabf #ea0e39

#0eeabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eeabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eeabf Color CSS Codes

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

#0eeabf Text Font Color

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

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


#0eeabf Background Color

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

This div background color is #0eeabf


#0eeabf Border Color

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

This div border color is #0eeabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eeabf


Comments

No comments written yet.

Please login to write comment.