Color Hex Logo

#0eeabe Color Hex

#0EEABE
(14,234,190)
0 Favorites   0 Comments

Color spaces of #0eeabe

RGB 14234190
HSL0.470.890.49
HSV168°94°92°
CMYK 0.940.000.19   0.08
XYZ38.898262.656758.7590
Yxy62.65670.24260.3908
Hunter Lab79.1560-50.805911.3971
CIE-Lab83.2614-56.62908.3103

#0eeabe color RGB value is (14,234,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11101010 10111110
Octal 16 352 276
Decimal 14 234 190
Hex E EA BE

RGB Percentages of Color #0eeabe

%3.20
%53.42
%43.38

CMYK Percentages of Color #0eeabe

%94
%0
%19
%8

Triadic Colors of #0eeabe

#0eeabe #be0eea #eabe0e

Analogous Colors of #0eeabe

#0eeabe #0ea8ea #0eea50

Monochromatic Colors of #0eeabe

#0eeabe

Complementary Color

#0eeabe #ea0e3a

#0eeabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eeabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eeabe Color CSS Codes

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

#0eeabe Text Font Color

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

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


#0eeabe Background Color

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

This div background color is #0eeabe


#0eeabe Border Color

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

This div border color is #0eeabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eeabe


Comments

No comments written yet.

Please login to write comment.