Color Hex Logo

#12383c Color Hex

#12383C
(18,56,60)
0 Favorites   0 Comments

Color spaces of #12383c

RGB 185660
HSL0.520.540.15
HSV186°70°24°
CMYK 0.700.070.00   0.76
XYZ2.47923.28324.7780
Yxy3.28320.23520.3115
Hunter Lab18.1196-7.2862-2.9506
CIE-Lab21.1442-11.8201-6.5021

#12383c color RGB value is (18,56,60).

#12383c hex color red value is 18, green value is 56 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #12383c hue: 0.52 , saturation: 0.54 and the lightness value of 12383c is 0.15.

The process color (four color CMYK) of #12383c color hex is 0.70, 0.07, 0.00, 0.76. Web safe color of #12383c is #003333. Color #12383c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00111000 00111100
Octal 22 70 74
Decimal 18 56 60
Hex 12 38 3C

RGB Percentages of Color #12383c

%13.43
%41.79
%44.78

CMYK Percentages of Color #12383c

%70
%7
%0
%76

Triadic Colors of #12383c

#12383c #3c1238 #383c12

Analogous Colors of #12383c

#12383c #12233c #123c2b

Monochromatic Colors of #12383c

#12383c

Complementary Color

#12383c #3c1612

#12383c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12383c Color Preview on White Background

Lorem ipsum dolor sit amet.

#12383c Color CSS Codes

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

#12383c Text Font Color

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

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


#12383c Background Color

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

This div background color is #12383c


#12383c Border Color

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

This div border color is #12383c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,56,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 #12383c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12383c


Comments

No comments written yet.

Please login to write comment.