Color Hex Logo

#0eeeec Color Hex

#0EEEEC
(14,238,236)
0 Favorites   0 Comments

Color spaces of #0eeeec

RGB 14238236
HSL0.500.890.49
HSV179°94°93°
CMYK 0.940.000.01   0.07
XYZ45.896067.298689.9278
Yxy67.29860.22600.3313
Hunter Lab82.0357-43.6983-7.5689
CIE-Lab85.6545-45.8987-12.3805

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11101110 11101100
Octal 16 356 354
Decimal 14 238 236
Hex E EE EC

RGB Percentages of Color #0eeeec

%2.87
%48.77
%48.36

CMYK Percentages of Color #0eeeec

%94
%0
%1
%7

Triadic Colors of #0eeeec

#0eeeec #ec0eee #eeec0e

Analogous Colors of #0eeeec

#0eeeec #0e80ee #0eee7c

Monochromatic Colors of #0eeeec

#0eeeec

Complementary Color

#0eeeec #ee0e10

#0eeeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eeeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eeeec Color CSS Codes

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

#0eeeec Text Font Color

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

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


#0eeeec Background Color

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

This div background color is #0eeeec


#0eeeec Border Color

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

This div border color is #0eeeec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,238,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 #0eeeec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eeeec


Comments

No comments written yet.

Please login to write comment.