Color Hex Logo

#0eac8f Color Hex

#0EAC8F
(14,172,143)
0 Favorites   0 Comments

Color spaces of #0eac8f

RGB 14172143
HSL0.470.850.36
HSV169°92°67°
CMYK 0.920.000.17   0.33
XYZ19.891631.581631.0341
Yxy31.58160.24110.3828
Hunter Lab56.1975-35.16406.5964
CIE-Lab62.9956-43.64124.5789

#0eac8f color RGB value is (14,172,143).

#0eac8f hex color red value is 14, green value is 172 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #0eac8f hue: 0.47 , saturation: 0.85 and the lightness value of 0eac8f is 0.36.

The process color (four color CMYK) of #0eac8f color hex is 0.92, 0.00, 0.17, 0.33. Web safe color of #0eac8f is #009999. Color #0eac8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101100 10001111
Octal 16 254 217
Decimal 14 172 143
Hex E AC 8F

RGB Percentages of Color #0eac8f

%4.26
%52.28
%43.47

CMYK Percentages of Color #0eac8f

%92
%0
%17
%33

Triadic Colors of #0eac8f

#0eac8f #8f0eac #ac8f0e

Analogous Colors of #0eac8f

#0eac8f #0e7aac #0eac40

Monochromatic Colors of #0eac8f

#0eac8f

Complementary Color

#0eac8f #ac0e2b

#0eac8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eac8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eac8f Color CSS Codes

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

#0eac8f Text Font Color

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

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


#0eac8f Background Color

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

This div background color is #0eac8f


#0eac8f Border Color

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

This div border color is #0eac8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eac8f


Comments

No comments written yet.

Please login to write comment.