Color Hex Logo

#014231 Color Hex

#014231
(1,66,49)
0 Favorites   0 Comments

Color spaces of #014231

RGB 16649
HSL0.460.970.13
HSV164°98°26°
CMYK 0.980.000.26   0.74
XYZ2.51514.12463.5693
Yxy4.12460.24640.4040
Hunter Lab20.3091-13.43533.7962
CIE-Lab24.0792-23.75875.0935

#014231 color RGB value is (1,66,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01000010 00110001
Octal 1 102 61
Decimal 1 66 49
Hex 1 42 31

RGB Percentages of Color #014231

%0.86
%56.90
%42.24

CMYK Percentages of Color #014231

%98
%0
%26
%74

Triadic Colors of #014231

#014231 #310142 #423101

Analogous Colors of #014231

#014231 #013342 #014211

Monochromatic Colors of #014231

#014231

Complementary Color

#014231 #420112

#014231 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#014231 Color Preview on White Background

Lorem ipsum dolor sit amet.

#014231 Color CSS Codes

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

#014231 Text Font Color

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

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


#014231 Background Color

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

This div background color is #014231


#014231 Border Color

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

This div border color is #014231


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #014231


Comments

No comments written yet.

Please login to write comment.