Color Hex Logo

#0eeab3 Color Hex

#0EEAB3
(14,234,179)
0 Favorites   0 Comments

Color spaces of #0eeab3

RGB 14234179
HSL0.460.890.49
HSV165°94°92°
CMYK 0.940.000.24   0.08
XYZ37.740662.193752.6633
Yxy62.19370.24730.4076
Hunter Lab78.8630-52.587415.6113
CIE-Lab83.0163-59.292113.7251

#0eeab3 color RGB value is (14,234,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11101010 10110011
Octal 16 352 263
Decimal 14 234 179
Hex E EA B3

RGB Percentages of Color #0eeab3

%3.28
%54.80
%41.92

CMYK Percentages of Color #0eeab3

%94
%0
%24
%8

Triadic Colors of #0eeab3

#0eeab3 #b30eea #eab30e

Analogous Colors of #0eeab3

#0eeab3 #0eb3ea #0eea45

Monochromatic Colors of #0eeab3

#0eeab3

Complementary Color

#0eeab3 #ea0e45

#0eeab3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eeab3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eeab3 Color CSS Codes

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

#0eeab3 Text Font Color

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

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


#0eeab3 Background Color

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

This div background color is #0eeab3


#0eeab3 Border Color

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

This div border color is #0eeab3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eeab3


Comments

No comments written yet.

Please login to write comment.