Color Hex Logo

#0eceac Color Hex

#0ECEAC
(14,206,172)
0 Favorites   0 Comments

Color spaces of #0eceac

RGB 14206172
HSL0.470.870.43
HSV169°93°81°
CMYK 0.930.000.17   0.19
XYZ29.698847.214546.5778
Yxy47.21450.24050.3823
Hunter Lab68.7128-43.09687.9085
CIE-Lab74.3268-50.05025.0394

#0eceac color RGB value is (14,206,172).

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

The process color (four color CMYK) of #0eceac color hex is 0.93, 0.00, 0.17, 0.19. Web safe color of #0eceac is #00cc99. Color #0eceac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11001110 10101100
Octal 16 316 254
Decimal 14 206 172
Hex E CE AC

RGB Percentages of Color #0eceac

%3.57
%52.55
%43.88

CMYK Percentages of Color #0eceac

%93
%0
%17
%19

Triadic Colors of #0eceac

#0eceac #ac0ece #ceac0e

Analogous Colors of #0eceac

#0eceac #0e90ce #0ece4c

Monochromatic Colors of #0eceac

#0eceac

Complementary Color

#0eceac #ce0e30

#0eceac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eceac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eceac Color CSS Codes

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

#0eceac Text Font Color

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

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


#0eceac Background Color

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

This div background color is #0eceac


#0eceac Border Color

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

This div border color is #0eceac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eceac


Comments

No comments written yet.

Please login to write comment.