Color Hex Logo

#12413c Color Hex

#12413C
(18,65,60)
0 Favorites   0 Comments

Color spaces of #12413c

RGB 186560
HSL0.480.570.16
HSV174°72°25°
CMYK 0.720.000.08   0.75
XYZ2.95544.23544.9367
Yxy4.23540.24370.3492
Hunter Lab20.5801-10.38170.1837
CIE-Lab24.4349-17.0605-1.6010

#12413c color RGB value is (18,65,60).

#12413c hex color red value is 18, green value is 65 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #12413c hue: 0.48 , saturation: 0.57 and the lightness value of 12413c is 0.16.

The process color (four color CMYK) of #12413c color hex is 0.72, 0.00, 0.08, 0.75. Web safe color of #12413c is #003333. Color #12413c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01000001 00111100
Octal 22 101 74
Decimal 18 65 60
Hex 12 41 3C

RGB Percentages of Color #12413c

%12.59
%45.45
%41.96

CMYK Percentages of Color #12413c

%72
%0
%8
%75

Triadic Colors of #12413c

#12413c #3c1241 #413c12

Analogous Colors of #12413c

#12413c #122f41 #124125

Monochromatic Colors of #12413c

#12413c

Complementary Color

#12413c #411217

#12413c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12413c Color Preview on White Background

Lorem ipsum dolor sit amet.

#12413c Color CSS Codes

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

#12413c Text Font Color

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

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


#12413c Background Color

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

This div background color is #12413c


#12413c Border Color

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

This div border color is #12413c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12413c


Comments

No comments written yet.

Please login to write comment.