Color Hex Logo

#014e25 Color Hex

#014E25
(1,78,37)
0 Favorites   0 Comments

Color spaces of #014e25

RGB 17837
HSL0.410.970.15
HSV148°99°31°
CMYK 0.990.000.53   0.69
XYZ3.07085.58882.6672
Yxy5.58880.27110.4934
Hunter Lab23.6406-18.18499.8592
CIE-Lab28.3504-31.917418.3815

#014e25 color RGB value is (1,78,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001110 00100101
Octal 1 116 45
Decimal 1 78 37
Hex 1 4E 25

RGB Percentages of Color #014e25

%0.86
%67.24
%31.90

CMYK Percentages of Color #014e25

%99
%0
%53
%69

Triadic Colors of #014e25

#014e25 #25014e #4e2501

Analogous Colors of #014e25

#014e25 #014e4c #044e01

Monochromatic Colors of #014e25

#014e25

Complementary Color

#014e25 #4e012a

#014e25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014e25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#014e25 Color CSS Codes

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

#014e25 Text Font Color

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

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


#014e25 Background Color

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

This div background color is #014e25


#014e25 Border Color

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

This div border color is #014e25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014e25


Comments

No comments written yet.

Please login to write comment.