Color Hex Logo

#124401 Color Hex

#124401
(18,68,1)
0 Favorites   0 Comments

Color spaces of #124401

RGB 18681
HSL0.290.970.14
HSV105°99°27°
CMYK 0.740.000.99   0.73
XYZ2.32214.26500.7296
Yxy4.26500.31740.5829
Hunter Lab20.6519-16.070212.3617
CIE-Lab24.5289-29.610031.8553

#124401 color RGB value is (18,68,1).

#124401 hex color red value is 18, green value is 68 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #124401 hue: 0.29 , saturation: 0.97 and the lightness value of 124401 is 0.14.

The process color (four color CMYK) of #124401 color hex is 0.74, 0.00, 0.99, 0.73. Web safe color of #124401 is #003300. Color #124401 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01000100 00000001
Octal 22 104 1
Decimal 18 68 1
Hex 12 44 1

RGB Percentages of Color #124401

%20.69
%78.16
%1.15

CMYK Percentages of Color #124401

%74
%0
%99
%73

Triadic Colors of #124401

#124401 #011244 #440112

Analogous Colors of #124401

#124401 #014411 #344401

Monochromatic Colors of #124401

#124401

Complementary Color

#124401 #330144

#124401 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#124401 Color Preview on White Background

Lorem ipsum dolor sit amet.

#124401 Color CSS Codes

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

#124401 Text Font Color

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

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


#124401 Background Color

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

This div background color is #124401


#124401 Border Color

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

This div border color is #124401


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #124401


Comments

No comments written yet.

Please login to write comment.