Color Hex Logo

#000fec Color Hex

#000FEC
(0,15,236)
0 Favorites   0 Comments

Color spaces of #000fec

RGB 015236
HSL0.661.000.46
HSV236°100°93°
CMYK 1.000.940.00   0.07
XYZ15.31116.397879.7848
Yxy6.39780.15090.0630
Hunter Lab25.293963.7868-169.3135
CIE-Lab30.394772.0796-100.3179

#000fec color RGB value is (0,15,236).

#000fec hex color red value is 0, green value is 15 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #000fec hue: 0.66 , saturation: 1.00 and the lightness value of 000fec is 0.46.

The process color (four color CMYK) of #000fec color hex is 1.00, 0.94, 0.00, 0.07. Web safe color of #000fec is #0000ff. Color #000fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00001111 11101100
Octal 0 17 354
Decimal 0 15 236
Hex 0 F EC

RGB Percentages of Color #000fec

%0.00
%5.98
%94.02

CMYK Percentages of Color #000fec

%100
%94
%0
%7

Triadic Colors of #000fec

#000fec #ec000f #0fec00

Analogous Colors of #000fec

#000fec #6700ec #0085ec

Monochromatic Colors of #000fec

#000fec

Complementary Color

#000fec #ecdd00

#000fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#000fec Color CSS Codes

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

#000fec Text Font Color

<p style="color:#000fec">Text here</p>

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


#000fec Background Color

<div style="background-color:#000fec">
Div content here</div>

This div background color is #000fec


#000fec Border Color

<div style="border:3px solid #000fec">
Div here</div>

This div border color is #000fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #000fec


Comments

No comments written yet.

Please login to write comment.