Color Hex Logo

#014adc Color Hex

#014ADC
(1,74,220)
0 Favorites   0 Comments

Color spaces of #014adc

RGB 174220
HSL0.610.990.43
HSV220°100°86°
CMYK 1.000.660.00   0.14
XYZ15.379610.071368.8435
Yxy10.07130.16310.1068
Hunter Lab31.735330.9681-106.4032
CIE-Lab37.970139.8320-78.6062

#014adc color RGB value is (1,74,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001010 11011100
Octal 1 112 334
Decimal 1 74 220
Hex 1 4A DC

RGB Percentages of Color #014adc

%0.34
%25.08
%74.58

CMYK Percentages of Color #014adc

%100
%66
%0
%14

Triadic Colors of #014adc

#014adc #dc014a #4adc01

Analogous Colors of #014adc

#014adc #2501dc #01b8dc

Monochromatic Colors of #014adc

#014adc

Complementary Color

#014adc #dc9301

#014adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#014adc Color CSS Codes

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

#014adc Text Font Color

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

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


#014adc Background Color

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

This div background color is #014adc


#014adc Border Color

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

This div border color is #014adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014adc


Comments

No comments written yet.

Please login to write comment.