Color Hex Logo

#014f7e Color Hex

#014F7E
(1,79,126)
0 Favorites   0 Comments

Color spaces of #014f7e

RGB 179126
HSL0.560.980.25
HSV203°99°49°
CMYK 0.990.370.00   0.51
XYZ6.57447.104820.7635
Yxy7.10480.19090.2063
Hunter Lab26.6548-2.6190-27.5272
CIE-Lab32.0443-1.8410-32.2831

#014f7e color RGB value is (1,79,126).

#014f7e hex color red value is 1, green value is 79 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #014f7e hue: 0.56 , saturation: 0.98 and the lightness value of 014f7e is 0.25.

The process color (four color CMYK) of #014f7e color hex is 0.99, 0.37, 0.00, 0.51. Web safe color of #014f7e is #006666. Color #014f7e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001111 01111110
Octal 1 117 176
Decimal 1 79 126
Hex 1 4F 7E

RGB Percentages of Color #014f7e

%0.49
%38.35
%61.17

CMYK Percentages of Color #014f7e

%99
%37
%0
%51

Triadic Colors of #014f7e

#014f7e #7e014f #4f7e01

Analogous Colors of #014f7e

#014f7e #01107e #017e6f

Monochromatic Colors of #014f7e

#014f7e

Complementary Color

#014f7e #7e3001

#014f7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014f7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#014f7e Color CSS Codes

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

#014f7e Text Font Color

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

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


#014f7e Background Color

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

This div background color is #014f7e


#014f7e Border Color

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

This div border color is #014f7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014f7e

#014f7e Color Palettes


Comments

No comments written yet.

Please login to write comment.