Color Hex Logo

#12443d Color Hex

#12443D
(18,68,61)
0 Favorites   0 Comments

Color spaces of #12443d

RGB 186861
HSL0.480.580.17
HSV172°74°27°
CMYK 0.740.000.10   0.73
XYZ3.15894.59985.1362
Yxy4.59980.24500.3567
Hunter Lab21.4471-11.24170.8141
CIE-Lab25.5628-18.3931-0.6044

#12443d color RGB value is (18,68,61).

#12443d hex color red value is 18, green value is 68 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #12443d hue: 0.48 , saturation: 0.58 and the lightness value of 12443d is 0.17.

The process color (four color CMYK) of #12443d color hex is 0.74, 0.00, 0.10, 0.73. Web safe color of #12443d is #003333. Color #12443d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01000100 00111101
Octal 22 104 75
Decimal 18 68 61
Hex 12 44 3D

RGB Percentages of Color #12443d

%12.24
%46.26
%41.50

CMYK Percentages of Color #12443d

%74
%0
%10
%73

Triadic Colors of #12443d

#12443d #3d1244 #443d12

Analogous Colors of #12443d

#12443d #123244 #124424

Monochromatic Colors of #12443d

#12443d

Complementary Color

#12443d #441219

#12443d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12443d Color Preview on White Background

Lorem ipsum dolor sit amet.

#12443d Color CSS Codes

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

#12443d Text Font Color

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

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


#12443d Background Color

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

This div background color is #12443d


#12443d Border Color

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

This div border color is #12443d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12443d


Comments

No comments written yet.

Please login to write comment.