Color Hex Logo

#0eeefe Color Hex

#0EEEFE
(14,238,254)
0 Favorites   0 Comments

Color spaces of #0eeefe

RGB 14238254
HSL0.510.990.53
HSV184°94°100°
CMYK 0.940.060.00   0.00
XYZ48.645068.3982104.4042
Yxy68.39820.21970.3089
Hunter Lab82.7032-39.7391-16.9552
CIE-Lab86.2052-40.5918-21.0034

#0eeefe color RGB value is (14,238,254).

#0eeefe hex color red value is 14, green value is 238 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #0eeefe hue: 0.51 , saturation: 0.99 and the lightness value of 0eeefe is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11101110 11111110
Octal 16 356 376
Decimal 14 238 254
Hex E EE FE

RGB Percentages of Color #0eeefe

%2.77
%47.04
%50.20

CMYK Percentages of Color #0eeefe

%94
%6
%0
%0

Triadic Colors of #0eeefe

#0eeefe #fe0eee #eefe0e

Analogous Colors of #0eeefe

#0eeefe #0e76fe #0efe96

Monochromatic Colors of #0eeefe

#0eeefe

Complementary Color

#0eeefe #fe1e0e

#0eeefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eeefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eeefe Color CSS Codes

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

#0eeefe Text Font Color

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

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


#0eeefe Background Color

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

This div background color is #0eeefe


#0eeefe Border Color

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

This div border color is #0eeefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eeefe

Related Colors


Comments

No comments written yet.

Please login to write comment.