Color Hex Logo

#0eecea Color Hex

#0EECEA
(14,236,234)
0 Favorites   0 Comments

Color spaces of #0eecea

RGB 14236234
HSL0.500.890.49
HSV179°94°93°
CMYK 0.940.000.01   0.07
XYZ45.027866.024888.2127
Yxy66.02480.22600.3313
Hunter Lab81.2556-43.2816-7.4874
CIE-Lab85.0091-45.6058-12.2927

#0eecea color RGB value is (14,236,234).

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

The process color (four color CMYK) of #0eecea color hex is 0.94, 0.00, 0.01, 0.07. Web safe color of #0eecea is #00ffff. Color #0eecea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11101100 11101010
Octal 16 354 352
Decimal 14 236 234
Hex E EC EA

RGB Percentages of Color #0eecea

%2.89
%48.76
%48.35

CMYK Percentages of Color #0eecea

%94
%0
%1
%7

Triadic Colors of #0eecea

#0eecea #ea0eec #ecea0e

Analogous Colors of #0eecea

#0eecea #0e7fec #0eec7b

Monochromatic Colors of #0eecea

#0eecea

Complementary Color

#0eecea #ec0e10

#0eecea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eecea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eecea Color CSS Codes

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

#0eecea Text Font Color

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

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


#0eecea Background Color

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

This div background color is #0eecea


#0eecea Border Color

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

This div border color is #0eecea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eecea


Comments

No comments written yet.

Please login to write comment.