Color Hex Logo

#014235 Color Hex

#014235
(1,66,53)
0 Favorites   0 Comments

Color spaces of #014235

RGB 16653
HSL0.470.970.13
HSV168°98°26°
CMYK 0.980.000.20   0.74
XYZ2.60334.15994.0339
Yxy4.15990.24110.3853
Hunter Lab20.3958-12.90922.5507
CIE-Lab24.1932-22.52842.6253

#014235 color RGB value is (1,66,53).

#014235 hex color red value is 1, green value is 66 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #014235 hue: 0.47 , saturation: 0.97 and the lightness value of 014235 is 0.13.

The process color (four color CMYK) of #014235 color hex is 0.98, 0.00, 0.20, 0.74. Web safe color of #014235 is #003333. Color #014235 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01000010 00110101
Octal 1 102 65
Decimal 1 66 53
Hex 1 42 35

RGB Percentages of Color #014235

%0.83
%55.00
%44.17

CMYK Percentages of Color #014235

%98
%0
%20
%74

Triadic Colors of #014235

#014235 #350142 #423501

Analogous Colors of #014235

#014235 #012f42 #014215

Monochromatic Colors of #014235

#014235

Complementary Color

#014235 #42010e

#014235 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014235 Color Preview on White Background

Lorem ipsum dolor sit amet.

#014235 Color CSS Codes

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

#014235 Text Font Color

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

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


#014235 Background Color

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

This div background color is #014235


#014235 Border Color

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

This div border color is #014235


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,66,53, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #014235; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #014235;
  -webkit-box-shadow: 1px 1px 3px 2px #014235;
  box-shadow:         1px 1px 3px 2px #014235; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014235


Comments

No comments written yet.

Please login to write comment.