Color Hex Logo

#014cff Color Hex

#014CFF
(1,76,255)
0 Favorites   0 Comments

Color spaces of #014cff

RGB 176255
HSL0.621.000.50
HSV222°100°100°
CMYK 1.000.700.00   0.00
XYZ20.647012.395395.9121
Yxy12.39530.16010.0961
Hunter Lab35.207043.0685-136.8751
CIE-Lab41.837651.2680-92.0001

#014cff color RGB value is (1,76,255).

#014cff hex color red value is 1, green value is 76 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #014cff hue: 0.62 , saturation: 1.00 and the lightness value of 014cff is 0.50.

The process color (four color CMYK) of #014cff color hex is 1.00, 0.70, 0.00, 0.00. Web safe color of #014cff is #0033ff. Color #014cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001100 11111111
Octal 1 114 377
Decimal 1 76 255
Hex 1 4C FF

RGB Percentages of Color #014cff

%0.30
%22.89
%76.81

CMYK Percentages of Color #014cff

%100
%70
%0
%0

Triadic Colors of #014cff

#014cff #ff014c #4cff01

Analogous Colors of #014cff

#014cff #3501ff #01cbff

Monochromatic Colors of #014cff

#014cff

Complementary Color

#014cff #ffb401

#014cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#014cff Color CSS Codes

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

#014cff Text Font Color

<p style="color:#014cff">Text here</p>

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


#014cff Background Color

<div style="background-color:#014cff">
Div content here</div>

This div background color is #014cff


#014cff Border Color

<div style="border:3px solid #014cff">
Div here</div>

This div border color is #014cff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,76,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #014cff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #014cff;
  -webkit-box-shadow: 1px 1px 3px 2px #014cff;
  box-shadow:         1px 1px 3px 2px #014cff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014cff


Comments

No comments written yet.

Please login to write comment.