Color Hex Logo

#014a3b Color Hex

#014A3B
(1,74,59)
0 Favorites   0 Comments

Color spaces of #014a3b

RGB 17459
HSL0.470.970.15
HSV168°99°29°
CMYK 0.990.000.20   0.71
XYZ3.25075.21984.9739
Yxy5.21980.24180.3883
Hunter Lab22.8469-14.58473.0850
CIE-Lab27.3520-24.56303.2499

#014a3b color RGB value is (1,74,59).

#014a3b hex color red value is 1, green value is 74 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #014a3b hue: 0.47 , saturation: 0.97 and the lightness value of 014a3b is 0.15.

The process color (four color CMYK) of #014a3b color hex is 0.99, 0.00, 0.20, 0.71. Web safe color of #014a3b is #003333. Color #014a3b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001010 00111011
Octal 1 112 73
Decimal 1 74 59
Hex 1 4A 3B

RGB Percentages of Color #014a3b

%0.75
%55.22
%44.03

CMYK Percentages of Color #014a3b

%99
%0
%20
%71

Triadic Colors of #014a3b

#014a3b #3b014a #4a3b01

Analogous Colors of #014a3b

#014a3b #01354a #014a17

Monochromatic Colors of #014a3b

#014a3b

Complementary Color

#014a3b #4a0110

#014a3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014a3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#014a3b Color CSS Codes

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

#014a3b Text Font Color

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

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


#014a3b Background Color

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

This div background color is #014a3b


#014a3b Border Color

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

This div border color is #014a3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014a3b


Comments

No comments written yet.

Please login to write comment.