Color Hex Logo

#0eecfc Color Hex

#0EECFC
(14,236,252)
0 Favorites   0 Comments

Color spaces of #0eecfc

RGB 14236252
HSL0.510.980.52
HSV184°94°99°
CMYK 0.940.060.00   0.01
XYZ47.747267.1125102.5329
Yxy67.11250.21960.3087
Hunter Lab81.9222-39.3277-16.8611
CIE-Lab85.5607-40.2898-20.9291

#0eecfc color RGB value is (14,236,252).

#0eecfc hex color red value is 14, green value is 236 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #0eecfc hue: 0.51 , saturation: 0.98 and the lightness value of 0eecfc is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11101100 11111100
Octal 16 354 374
Decimal 14 236 252
Hex E EC FC

RGB Percentages of Color #0eecfc

%2.79
%47.01
%50.20

CMYK Percentages of Color #0eecfc

%94
%6
%0
%1

Triadic Colors of #0eecfc

#0eecfc #fc0eec #ecfc0e

Analogous Colors of #0eecfc

#0eecfc #0e75fc #0efc95

Monochromatic Colors of #0eecfc

#0eecfc

Complementary Color

#0eecfc #fc1e0e

#0eecfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eecfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eecfc Color CSS Codes

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

#0eecfc Text Font Color

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

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


#0eecfc Background Color

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

This div background color is #0eecfc


#0eecfc Border Color

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

This div border color is #0eecfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eecfc


Comments

No comments written yet.

Please login to write comment.