Color Hex Logo

#001afd Color Hex

#001AFD
(0,26,253)
0 Favorites   0 Comments

Color spaces of #001afd

RGB 026253
HSL0.651.000.50
HSV234°100°99°
CMYK 1.000.900.00   0.01
XYZ18.09907.830693.4860
Yxy7.83060.15160.0656
Hunter Lab27.983266.4797-178.4871
CIE-Lab33.627673.7454-104.5250

#001afd color RGB value is (0,26,253).

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

The process color (four color CMYK) of #001afd color hex is 1.00, 0.90, 0.00, 0.01. Web safe color of #001afd is #0033ff. Color #001afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00011010 11111101
Octal 0 32 375
Decimal 0 26 253
Hex 0 1A FD

RGB Percentages of Color #001afd

%0.00
%9.32
%90.68

CMYK Percentages of Color #001afd

%100
%90
%0
%1

Triadic Colors of #001afd

#001afd #fd001a #1afd00

Analogous Colors of #001afd

#001afd #6500fd #0099fd

Monochromatic Colors of #001afd

#001afd

Complementary Color

#001afd #fde300

#001afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#001afd Color CSS Codes

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

#001afd Text Font Color

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

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


#001afd Background Color

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

This div background color is #001afd


#001afd Border Color

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

This div border color is #001afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001afd


Comments

No comments written yet.

Please login to write comment.