Color Hex Logo

#0eeeef Color Hex

#0EEEEF
(14,238,239)
0 Favorites   0 Comments

Color spaces of #0eeeef

RGB 14238239
HSL0.500.890.50
HSV180°94°94°
CMYK 0.940.000.00   0.06
XYZ46.335667.474492.2431
Yxy67.47440.22490.3275
Hunter Lab82.1428-43.0606-9.0804
CIE-Lab85.7430-45.0314-13.8247

#0eeeef color RGB value is (14,238,239).

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

The process color (four color CMYK) of #0eeeef color hex is 0.94, 0.00, 0.00, 0.06. Web safe color of #0eeeef is #00ffff. Color #0eeeef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11101110 11101111
Octal 16 356 357
Decimal 14 238 239
Hex E EE EF

RGB Percentages of Color #0eeeef

%2.85
%48.47
%48.68

CMYK Percentages of Color #0eeeef

%94
%0
%0
%6

Triadic Colors of #0eeeef

#0eeeef #ef0eee #eeef0e

Analogous Colors of #0eeeef

#0eeeef #0e7eef #0eef80

Monochromatic Colors of #0eeeef

#0eeeef

Complementary Color

#0eeeef #ef0f0e

#0eeeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eeeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eeeef Color CSS Codes

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

#0eeeef Text Font Color

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

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


#0eeeef Background Color

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

This div background color is #0eeeef


#0eeeef Border Color

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

This div border color is #0eeeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eeeef


Comments

No comments written yet.

Please login to write comment.