Color Hex Logo

#014c38 Color Hex

#014C38
(1,76,56)
0 Favorites   0 Comments

Color spaces of #014c38

RGB 17656
HSL0.460.970.15
HSV164°99°30°
CMYK 0.990.000.26   0.70
XYZ3.31085.46094.6209
Yxy5.46090.24720.4078
Hunter Lab23.3686-15.60564.6340
CIE-Lab28.0095-26.40276.1164

#014c38 color RGB value is (1,76,56).

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

The process color (four color CMYK) of #014c38 color hex is 0.99, 0.00, 0.26, 0.70. Web safe color of #014c38 is #003333. Color #014c38 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01001100 00111000
Octal 1 114 70
Decimal 1 76 56
Hex 1 4C 38

RGB Percentages of Color #014c38

%0.75
%57.14
%42.11

CMYK Percentages of Color #014c38

%99
%0
%26
%70

Triadic Colors of #014c38

#014c38 #38014c #4c3801

Analogous Colors of #014c38

#014c38 #013b4c #014c13

Monochromatic Colors of #014c38

#014c38

Complementary Color

#014c38 #4c0115

#014c38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014c38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#014c38 Color CSS Codes

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

#014c38 Text Font Color

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

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


#014c38 Background Color

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

This div background color is #014c38


#014c38 Border Color

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

This div border color is #014c38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014c38


Comments

No comments written yet.

Please login to write comment.