Color Hex Logo

#016ffe Color Hex

#016FFE
(1,111,254)
0 Favorites   0 Comments

Color spaces of #016ffe

RGB 1111254
HSL0.590.990.50
HSV214°100°100°
CMYK 1.000.560.00   0.00
XYZ23.586318.531196.0997
Yxy18.53110.17060.1341
Hunter Lab43.047822.4683-102.2254
CIE-Lab50.134029.1426-77.8209

#016ffe color RGB value is (1,111,254).

#016ffe hex color red value is 1, green value is 111 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #016ffe hue: 0.59 , saturation: 0.99 and the lightness value of 016ffe is 0.50.

The process color (four color CMYK) of #016ffe color hex is 1.00, 0.56, 0.00, 0.00. Web safe color of #016ffe is #0066ff. Color #016ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01101111 11111110
Octal 1 157 376
Decimal 1 111 254
Hex 1 6F FE

RGB Percentages of Color #016ffe

%0.27
%30.33
%69.40

CMYK Percentages of Color #016ffe

%100
%56
%0
%0

Triadic Colors of #016ffe

#016ffe #fe016f #6ffe01

Analogous Colors of #016ffe

#016ffe #1101fe #01eefe

Monochromatic Colors of #016ffe

#016ffe

Complementary Color

#016ffe #fe9001

#016ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#016ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#016ffe Color CSS Codes

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

#016ffe Text Font Color

<p style="color:#016ffe">Text here</p>

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


#016ffe Background Color

<div style="background-color:#016ffe">
Div content here</div>

This div background color is #016ffe


#016ffe Border Color

<div style="border:3px solid #016ffe">
Div here</div>

This div border color is #016ffe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,111,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #016ffe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #016ffe;
  -webkit-box-shadow: 1px 1px 3px 2px #016ffe;
  box-shadow:         1px 1px 3px 2px #016ffe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,111,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #016ffe


Comments

No comments written yet.

Please login to write comment.