Color Hex Logo

#0ef6ff Color Hex

#0EF6FF
(14,246,255)
0 Favorites   0 Comments

Color spaces of #0ef6ff

RGB 14246255
HSL0.511.000.53
HSV182°95°100°
CMYK 0.950.040.00   0.00
XYZ51.186973.2249106.0437
Yxy73.22490.22210.3177
Hunter Lab85.5715-42.9757-13.5745
CIE-Lab88.5549-43.8714-17.9792

#0ef6ff color RGB value is (14,246,255).

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

The process color (four color CMYK) of #0ef6ff color hex is 0.95, 0.04, 0.00, 0.00. Web safe color of #0ef6ff is #00ffff. Color #0ef6ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11110110 11111111
Octal 16 366 377
Decimal 14 246 255
Hex E F6 FF

RGB Percentages of Color #0ef6ff

%2.72
%47.77
%49.51

CMYK Percentages of Color #0ef6ff

%95
%4
%0
%0

Triadic Colors of #0ef6ff

#0ef6ff #ff0ef6 #f6ff0e

Analogous Colors of #0ef6ff

#0ef6ff #0e7eff #0eff90

Monochromatic Colors of #0ef6ff

#0ef6ff

Complementary Color

#0ef6ff #ff170e

#0ef6ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ef6ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ef6ff Color CSS Codes

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

#0ef6ff Text Font Color

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

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


#0ef6ff Background Color

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

This div background color is #0ef6ff


#0ef6ff Border Color

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

This div border color is #0ef6ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ef6ff


Comments

No comments written yet.

Please login to write comment.