Color Hex Logo

#014c57 Color Hex

#014C57
(1,76,87)
0 Favorites   0 Comments

Color spaces of #014c57

RGB 17687
HSL0.520.980.17
HSV188°99°34°
CMYK 0.990.130.00   0.66
XYZ4.31735.86359.9210
Yxy5.86350.21480.2917
Hunter Lab24.2147-10.5504-7.3415
CIE-Lab29.0654-15.8477-12.2980

#014c57 color RGB value is (1,76,87).

#014c57 hex color red value is 1, green value is 76 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #014c57 hue: 0.52 , saturation: 0.98 and the lightness value of 014c57 is 0.17.

The process color (four color CMYK) of #014c57 color hex is 0.99, 0.13, 0.00, 0.66. Web safe color of #014c57 is #003366. Color #014c57 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001100 01010111
Octal 1 114 127
Decimal 1 76 87
Hex 1 4C 57

RGB Percentages of Color #014c57

%0.61
%46.34
%53.05

CMYK Percentages of Color #014c57

%99
%13
%0
%66

Triadic Colors of #014c57

#014c57 #57014c #4c5701

Analogous Colors of #014c57

#014c57 #012157 #015737

Monochromatic Colors of #014c57

#014c57

Complementary Color

#014c57 #570c01

#014c57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014c57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#014c57 Color CSS Codes

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

#014c57 Text Font Color

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

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


#014c57 Background Color

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

This div background color is #014c57


#014c57 Border Color

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

This div border color is #014c57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014c57


Comments

No comments written yet.

Please login to write comment.