Color Hex Logo

#12384c Color Hex

#12384C
(18,56,76)
0 Favorites   0 Comments

Color spaces of #12384c

RGB 185676
HSL0.560.620.18
HSV201°76°30°
CMYK 0.760.260.00   0.70
XYZ2.96813.47877.3525
Yxy3.47870.21510.2521
Hunter Lab18.6513-4.2338-10.3168
CIE-Lab21.8672-5.7682-16.1549

#12384c color RGB value is (18,56,76).

#12384c hex color red value is 18, green value is 56 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #12384c hue: 0.56 , saturation: 0.62 and the lightness value of 12384c is 0.18.

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 00111000 01001100
Octal 22 70 114
Decimal 18 56 76
Hex 12 38 4C

RGB Percentages of Color #12384c

%12.00
%37.33
%50.67

CMYK Percentages of Color #12384c

%76
%26
%0
%70

Triadic Colors of #12384c

#12384c #4c1238 #384c12

Analogous Colors of #12384c

#12384c #121b4c #124c43

Monochromatic Colors of #12384c

#12384c

Complementary Color

#12384c #4c2612

#12384c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12384c Color Preview on White Background

Lorem ipsum dolor sit amet.

#12384c Color CSS Codes

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

#12384c Text Font Color

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

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


#12384c Background Color

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

This div background color is #12384c


#12384c Border Color

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

This div border color is #12384c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12384c


Comments

No comments written yet.

Please login to write comment.