Color Hex Logo

#014acb Color Hex

#014ACB
(1,74,203)
0 Favorites   0 Comments

Color spaces of #014acb

RGB 174203
HSL0.610.990.40
HSV218°100°80°
CMYK 1.000.640.00   0.20
XYZ13.24089.215857.5809
Yxy9.21580.16540.1151
Hunter Lab30.357524.7292-91.2085
CIE-Lab36.396533.3492-71.3957

#014acb color RGB value is (1,74,203).

#014acb hex color red value is 1, green value is 74 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #014acb hue: 0.61 , saturation: 0.99 and the lightness value of 014acb is 0.40.

The process color (four color CMYK) of #014acb color hex is 1.00, 0.64, 0.00, 0.20. Web safe color of #014acb is #0033cc. Color #014acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001010 11001011
Octal 1 112 313
Decimal 1 74 203
Hex 1 4A CB

RGB Percentages of Color #014acb

%0.36
%26.62
%73.02

CMYK Percentages of Color #014acb

%100
%64
%0
%20

Triadic Colors of #014acb

#014acb #cb014a #4acb01

Analogous Colors of #014acb

#014acb #1d01cb #01afcb

Monochromatic Colors of #014acb

#014acb

Complementary Color

#014acb #cb8201

#014acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#014acb Color CSS Codes

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

#014acb Text Font Color

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

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


#014acb Background Color

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

This div background color is #014acb


#014acb Border Color

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

This div border color is #014acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014acb


Comments

No comments written yet.

Please login to write comment.