Color Hex Logo

#12401d Color Hex

#12401D
(18,64,29)
0 Favorites   0 Comments

Color spaces of #12401d

RGB 186429
HSL0.370.560.16
HSV134°72°25°
CMYK 0.720.000.55   0.75
XYZ2.30463.88411.7906
Yxy3.88410.28880.4868
Hunter Lab19.7081-13.61608.4088
CIE-Lab23.2845-24.611916.8720

#12401d color RGB value is (18,64,29).

#12401d hex color red value is 18, green value is 64 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #12401d hue: 0.37 , saturation: 0.56 and the lightness value of 12401d is 0.16.

The process color (four color CMYK) of #12401d color hex is 0.72, 0.00, 0.55, 0.75. Web safe color of #12401d is #003333. Color #12401d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01000000 00011101
Octal 22 100 35
Decimal 18 64 29
Hex 12 40 1D

RGB Percentages of Color #12401d

%16.22
%57.66
%26.13

CMYK Percentages of Color #12401d

%72
%0
%55
%75

Triadic Colors of #12401d

#12401d #1d1240 #401d12

Analogous Colors of #12401d

#12401d #124034 #1e4012

Monochromatic Colors of #12401d

#12401d

Complementary Color

#12401d #401235

#12401d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12401d Color Preview on White Background

Lorem ipsum dolor sit amet.

#12401d Color CSS Codes

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

#12401d Text Font Color

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

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


#12401d Background Color

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

This div background color is #12401d


#12401d Border Color

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

This div border color is #12401d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12401d


Comments

No comments written yet.

Please login to write comment.