Color Hex Logo

#014dc4 Color Hex

#014DC4
(1,77,196)
0 Favorites   0 Comments

Color spaces of #014dc4

RGB 177196
HSL0.600.990.39
HSV217°99°77°
CMYK 0.990.610.00   0.23
XYZ12.63029.299753.3539
Yxy9.29970.16780.1235
Hunter Lab30.495420.5619-82.3853
CIE-Lab36.555028.6187-67.0638

#014dc4 color RGB value is (1,77,196).

#014dc4 hex color red value is 1, green value is 77 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #014dc4 hue: 0.60 , saturation: 0.99 and the lightness value of 014dc4 is 0.39.

The process color (four color CMYK) of #014dc4 color hex is 0.99, 0.61, 0.00, 0.23. Web safe color of #014dc4 is #0066cc. Color #014dc4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001101 11000100
Octal 1 115 304
Decimal 1 77 196
Hex 1 4D C4

RGB Percentages of Color #014dc4

%0.36
%28.10
%71.53

CMYK Percentages of Color #014dc4

%99
%61
%0
%23

Triadic Colors of #014dc4

#014dc4 #c4014d #4dc401

Analogous Colors of #014dc4

#014dc4 #1601c4 #01afc4

Monochromatic Colors of #014dc4

#014dc4

Complementary Color

#014dc4 #c47801

#014dc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014dc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#014dc4 Color CSS Codes

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

#014dc4 Text Font Color

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

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


#014dc4 Background Color

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

This div background color is #014dc4


#014dc4 Border Color

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

This div border color is #014dc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014dc4


Comments

No comments written yet.

Please login to write comment.