Color Hex Logo

#014f47 Color Hex

#014F47
(1,79,71)
0 Favorites   0 Comments

Color spaces of #014f47

RGB 17971
HSL0.480.980.16
HSV174°99°31°
CMYK 0.990.000.10   0.69
XYZ3.94586.05336.9217
Yxy6.05330.23320.3577
Hunter Lab24.6035-14.42900.5423
CIE-Lab29.5465-23.1927-1.2919

#014f47 color RGB value is (1,79,71).

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

The process color (four color CMYK) of #014f47 color hex is 0.99, 0.00, 0.10, 0.69. Web safe color of #014f47 is #006633. Color #014f47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001111 01000111
Octal 1 117 107
Decimal 1 79 71
Hex 1 4F 47

RGB Percentages of Color #014f47

%0.66
%52.32
%47.02

CMYK Percentages of Color #014f47

%99
%0
%10
%69

Triadic Colors of #014f47

#014f47 #47014f #4f4701

Analogous Colors of #014f47

#014f47 #01304f #014f20

Monochromatic Colors of #014f47

#014f47

Complementary Color

#014f47 #4f0109

#014f47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014f47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#014f47 Color CSS Codes

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

#014f47 Text Font Color

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

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


#014f47 Background Color

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

This div background color is #014f47


#014f47 Border Color

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

This div border color is #014f47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014f47


Comments

No comments written yet.

Please login to write comment.