Color Hex Logo

#000fac Color Hex

#000FAC
(0,15,172)
0 Favorites   0 Comments

Color spaces of #000fac

RGB 015172
HSL0.651.000.34
HSV235°100°67°
CMYK 1.000.910.00   0.33
XYZ7.61723.320239.2691
Yxy3.32020.15170.0661
Hunter Lab18.221442.7319-115.0213
CIE-Lab21.283254.8670-78.0805

#000fac color RGB value is (0,15,172).

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

The process color (four color CMYK) of #000fac color hex is 1.00, 0.91, 0.00, 0.33. Web safe color of #000fac is #000099. Color #000fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00001111 10101100
Octal 0 17 254
Decimal 0 15 172
Hex 0 F AC

RGB Percentages of Color #000fac

%0.00
%8.02
%91.98

CMYK Percentages of Color #000fac

%100
%91
%0
%33

Triadic Colors of #000fac

#000fac #ac000f #0fac00

Analogous Colors of #000fac

#000fac #4700ac #0065ac

Monochromatic Colors of #000fac

#000fac

Complementary Color

#000fac #ac9d00

#000fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#000fac Color CSS Codes

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

#000fac Text Font Color

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

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


#000fac Background Color

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

This div background color is #000fac


#000fac Border Color

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

This div border color is #000fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #000fac

#000fac Color Palettes


Comments

No comments written yet.

Please login to write comment.