Color Hex Logo

#001acf Color Hex

#001ACF
(0,26,207)
0 Favorites   0 Comments

Color spaces of #001acf

RGB 026207
HSL0.651.000.41
HSV232°100°81°
CMYK 1.000.870.00   0.19
XYZ11.63195.243859.4306
Yxy5.24380.15240.0687
Hunter Lab22.899350.5966-137.8456
CIE-Lab27.418461.0932-88.5889

#001acf color RGB value is (0,26,207).

#001acf hex color red value is 0, green value is 26 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #001acf hue: 0.65 , saturation: 1.00 and the lightness value of 001acf is 0.41.

The process color (four color CMYK) of #001acf color hex is 1.00, 0.87, 0.00, 0.19. Web safe color of #001acf is #0033cc. Color #001acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00011010 11001111
Octal 0 32 317
Decimal 0 26 207
Hex 0 1A CF

RGB Percentages of Color #001acf

%0.00
%11.16
%88.84

CMYK Percentages of Color #001acf

%100
%87
%0
%19

Triadic Colors of #001acf

#001acf #cf001a #1acf00

Analogous Colors of #001acf

#001acf #4e00cf #0082cf

Monochromatic Colors of #001acf

#001acf

Complementary Color

#001acf #cfb500

#001acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#001acf Color CSS Codes

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

#001acf Text Font Color

<p style="color:#001acf">Text here</p>

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


#001acf Background Color

<div style="background-color:#001acf">
Div content here</div>

This div background color is #001acf


#001acf Border Color

<div style="border:3px solid #001acf">
Div here</div>

This div border color is #001acf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,26,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #001acf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #001acf;
  -webkit-box-shadow: 1px 1px 3px 2px #001acf;
  box-shadow:         1px 1px 3px 2px #001acf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001acf


Comments

No comments written yet.

Please login to write comment.