Color Hex Logo

#18324e Color Hex

#18324E
(24,50,78)
0 Favorites   0 Comments

Color spaces of #18324e

RGB 245078
HSL0.590.530.20
HSV211°69°31°
CMYK 0.690.360.00   0.69
XYZ2.89243.02557.6392
Yxy3.02550.21330.2232
Hunter Lab17.3940-0.7571-13.8636
CIE-Lab20.14570.3020-20.1681

#18324e color RGB value is (24,50,78).

#18324e hex color red value is 24, green value is 50 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #18324e hue: 0.59 , saturation: 0.53 and the lightness value of 18324e is 0.20.

The process color (four color CMYK) of #18324e color hex is 0.69, 0.36, 0.00, 0.69. Web safe color of #18324e is #003366. Color #18324e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00110010 01001110
Octal 30 62 116
Decimal 24 50 78
Hex 18 32 4E

RGB Percentages of Color #18324e

%15.79
%32.89
%51.32

CMYK Percentages of Color #18324e

%69
%36
%0
%69

Triadic Colors of #18324e

#18324e #4e1832 #324e18

Analogous Colors of #18324e

#18324e #19184e #184d4e

Monochromatic Colors of #18324e

#18324e

Complementary Color

#18324e #4e3418

#18324e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18324e Color Preview on White Background

Lorem ipsum dolor sit amet.

#18324e Color CSS Codes

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

#18324e Text Font Color

<p style="color:#18324e">Text here</p>

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


#18324e Background Color

<div style="background-color:#18324e">
Div content here</div>

This div background color is #18324e


#18324e Border Color

<div style="border:3px solid #18324e">
Div here</div>

This div border color is #18324e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,50,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #18324e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #18324e;
  -webkit-box-shadow: 1px 1px 3px 2px #18324e;
  box-shadow:         1px 1px 3px 2px #18324e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,50,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18324e


Comments

No comments written yet.

Please login to write comment.