Color Hex Logo

#12546a Color Hex

#12546A
(18,84,106)
0 Favorites   0 Comments

Color spaces of #12546a

RGB 1884106
HSL0.540.710.24
HSV195°83°42°
CMYK 0.830.210.00   0.58
XYZ6.02137.509914.7679
Yxy7.50990.21280.2654
Hunter Lab27.4042-8.7370-12.7680
CIE-Lab32.9406-11.6295-18.3778

#12546a color RGB value is (18,84,106).

#12546a hex color red value is 18, green value is 84 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #12546a hue: 0.54 , saturation: 0.71 and the lightness value of 12546a is 0.24.

The process color (four color CMYK) of #12546a color hex is 0.83, 0.21, 0.00, 0.58. Web safe color of #12546a is #006666. Color #12546a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01010100 01101010
Octal 22 124 152
Decimal 18 84 106
Hex 12 54 6A

RGB Percentages of Color #12546a

%8.65
%40.38
%50.96

CMYK Percentages of Color #12546a

%83
%21
%0
%58

Triadic Colors of #12546a

#12546a #6a1254 #546a12

Analogous Colors of #12546a

#12546a #12286a #126a54

Monochromatic Colors of #12546a

#12546a

Complementary Color

#12546a #6a2812

#12546a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12546a Color Preview on White Background

Lorem ipsum dolor sit amet.

#12546a Color CSS Codes

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

#12546a Text Font Color

<p style="color:#12546a">Text here</p>

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


#12546a Background Color

<div style="background-color:#12546a">
Div content here</div>

This div background color is #12546a


#12546a Border Color

<div style="border:3px solid #12546a">
Div here</div>

This div border color is #12546a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,84,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12546a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12546a;
  -webkit-box-shadow: 1px 1px 3px 2px #12546a;
  box-shadow:         1px 1px 3px 2px #12546a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12546a


Comments

No comments written yet.

Please login to write comment.