Color Hex Logo

#0eccfe Color Hex

#0ECCFE
(14,204,254)
0 Favorites   0 Comments

Color spaces of #0eccfe

RGB 14204254
HSL0.530.990.53
HSV193°94°100°
CMYK 0.940.200.00   0.00
XYZ39.663450.4349101.4104
Yxy50.43490.20710.2634
Hunter Lab71.0175-24.5882-34.9516
CIE-Lab76.3354-24.3571-36.1168

#0eccfe color RGB value is (14,204,254).

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

The process color (four color CMYK) of #0eccfe color hex is 0.94, 0.20, 0.00, 0.00. Web safe color of #0eccfe is #00ccff. Color #0eccfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11001100 11111110
Octal 16 314 376
Decimal 14 204 254
Hex E CC FE

RGB Percentages of Color #0eccfe

%2.97
%43.22
%53.81

CMYK Percentages of Color #0eccfe

%94
%20
%0
%0

Triadic Colors of #0eccfe

#0eccfe #fe0ecc #ccfe0e

Analogous Colors of #0eccfe

#0eccfe #0e54fe #0efeb8

Monochromatic Colors of #0eccfe

#0eccfe

Complementary Color

#0eccfe #fe400e

#0eccfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eccfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eccfe Color CSS Codes

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

#0eccfe Text Font Color

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

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


#0eccfe Background Color

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

This div background color is #0eccfe


#0eccfe Border Color

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

This div border color is #0eccfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eccfe


Comments

No comments written yet.

Please login to write comment.