Color Hex Logo

#0ec7ff Color Hex

#0EC7FF
(14,199,255)
0 Favorites   0 Comments

Color spaces of #0ec7ff

RGB 14199255
HSL0.541.000.53
HSV194°95°100°
CMYK 0.950.220.00   0.00
XYZ38.654548.1602101.8663
Yxy48.16020.20490.2552
Hunter Lab69.3976-22.0210-38.4515
CIE-Lab74.9259-21.4767-38.8394

#0ec7ff color RGB value is (14,199,255).

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

The process color (four color CMYK) of #0ec7ff color hex is 0.95, 0.22, 0.00, 0.00. Web safe color of #0ec7ff is #00ccff. Color #0ec7ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11000111 11111111
Octal 16 307 377
Decimal 14 199 255
Hex E C7 FF

RGB Percentages of Color #0ec7ff

%2.99
%42.52
%54.49

CMYK Percentages of Color #0ec7ff

%95
%22
%0
%0

Triadic Colors of #0ec7ff

#0ec7ff #ff0ec7 #c7ff0e

Analogous Colors of #0ec7ff

#0ec7ff #0e4fff #0effbf

Monochromatic Colors of #0ec7ff

#0ec7ff

Complementary Color

#0ec7ff #ff460e

#0ec7ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ec7ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ec7ff Color CSS Codes

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

#0ec7ff Text Font Color

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

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


#0ec7ff Background Color

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

This div background color is #0ec7ff


#0ec7ff Border Color

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

This div border color is #0ec7ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ec7ff

Related Colors

#0ec7ff Color Palettes


Comments

No comments written yet.

Please login to write comment.