Color Hex Logo

#014958 Color Hex

#014958
(1,73,88)
0 Favorites   0 Comments

Color spaces of #014958

RGB 17388
HSL0.530.980.17
HSV190°99°35°
CMYK 0.990.170.00   0.65
XYZ4.15655.476110.0704
Yxy5.47610.21100.2779
Hunter Lab23.4011-9.2467-9.1341
CIE-Lab28.0503-13.7148-14.4979

#014958 color RGB value is (1,73,88).

#014958 hex color red value is 1, green value is 73 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #014958 hue: 0.53 , saturation: 0.98 and the lightness value of 014958 is 0.17.

The process color (four color CMYK) of #014958 color hex is 0.99, 0.17, 0.00, 0.65. Web safe color of #014958 is #003366. Color #014958 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001001 01011000
Octal 1 111 130
Decimal 1 73 88
Hex 1 49 58

RGB Percentages of Color #014958

%0.62
%45.06
%54.32

CMYK Percentages of Color #014958

%99
%17
%0
%65

Triadic Colors of #014958

#014958 #580149 #495801

Analogous Colors of #014958

#014958 #011e58 #01583c

Monochromatic Colors of #014958

#014958

Complementary Color

#014958 #581001

#014958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#014958 Color CSS Codes

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

#014958 Text Font Color

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

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


#014958 Background Color

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

This div background color is #014958


#014958 Border Color

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

This div border color is #014958


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,73,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #014958; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #014958;
  -webkit-box-shadow: 1px 1px 3px 2px #014958;
  box-shadow:         1px 1px 3px 2px #014958; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014958


Comments

No comments written yet.

Please login to write comment.