Color Hex Logo

#000ffc Color Hex

#000FFC
(0,15,252)
0 Favorites   0 Comments

Color spaces of #000ffc

RGB 015252
HSL0.661.000.49
HSV236°100°99°
CMYK 1.000.940.00   0.01
XYZ17.74157.369992.5829
Yxy7.36990.15070.0626
Hunter Lab27.147669.1453-183.1968
CIE-Lab32.634676.1189-105.6230

#000ffc color RGB value is (0,15,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00001111 11111100
Octal 0 17 374
Decimal 0 15 252
Hex 0 F FC

RGB Percentages of Color #000ffc

%0.00
%5.62
%94.38

CMYK Percentages of Color #000ffc

%100
%94
%0
%1

Triadic Colors of #000ffc

#000ffc #fc000f #0ffc00

Analogous Colors of #000ffc

#000ffc #6f00fc #008dfc

Monochromatic Colors of #000ffc

#000ffc

Complementary Color

#000ffc #fced00

#000ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#000ffc Color CSS Codes

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

#000ffc Text Font Color

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

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


#000ffc Background Color

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

This div background color is #000ffc


#000ffc Border Color

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

This div border color is #000ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #000ffc


Comments

No comments written yet.

Please login to write comment.