Color Hex Logo

#0eecec Color Hex

#0EECEC
(14,236,236)
0 Favorites   0 Comments

Color spaces of #0eecec

RGB 14236236
HSL0.500.890.49
HSV180°94°93°
CMYK 0.940.000.00   0.07
XYZ45.316966.140489.7348
Yxy66.14040.22520.3287
Hunter Lab81.3267-42.8580-8.4910
CIE-Lab85.0680-45.0273-13.2574

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11101100 11101100
Octal 16 354 354
Decimal 14 236 236
Hex E EC EC

RGB Percentages of Color #0eecec

%2.88
%48.56
%48.56

CMYK Percentages of Color #0eecec

%94
%0
%0
%7

Triadic Colors of #0eecec

#0eecec #ec0eec #ecec0e

Analogous Colors of #0eecec

#0eecec #0e7dec #0eec7d

Monochromatic Colors of #0eecec

#0eecec

Complementary Color

#0eecec #ec0e0e

#0eecec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eecec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eecec Color CSS Codes

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

#0eecec Text Font Color

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

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


#0eecec Background Color

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

This div background color is #0eecec


#0eecec Border Color

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

This div border color is #0eecec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eecec


Comments

No comments written yet.

Please login to write comment.