Color Hex Logo

#1246ae Color Hex

#1246AE
(18,70,174)
0 Favorites   0 Comments

Color spaces of #1246ae

RGB 1870174
HSL0.610.810.38
HSV220°90°68°
CMYK 0.900.600.00   0.32
XYZ10.07967.564940.9733
Yxy7.56490.17200.1291
Hunter Lab27.504417.2828-69.0714
CIE-Lab33.059825.2027-59.8063

#1246ae color RGB value is (18,70,174).

#1246ae hex color red value is 18, green value is 70 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #1246ae hue: 0.61 , saturation: 0.81 and the lightness value of 1246ae is 0.38.

The process color (four color CMYK) of #1246ae color hex is 0.90, 0.60, 0.00, 0.32. Web safe color of #1246ae is #003399. Color #1246ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01000110 10101110
Octal 22 106 256
Decimal 18 70 174
Hex 12 46 AE

RGB Percentages of Color #1246ae

%6.87
%26.72
%66.41

CMYK Percentages of Color #1246ae

%90
%60
%0
%32

Triadic Colors of #1246ae

#1246ae #ae1246 #46ae12

Analogous Colors of #1246ae

#1246ae #2c12ae #1294ae

Monochromatic Colors of #1246ae

#1246ae

Complementary Color

#1246ae #ae7a12

#1246ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1246ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#1246ae Color CSS Codes

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

#1246ae Text Font Color

<p style="color:#1246ae">Text here</p>

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


#1246ae Background Color

<div style="background-color:#1246ae">
Div content here</div>

This div background color is #1246ae


#1246ae Border Color

<div style="border:3px solid #1246ae">
Div here</div>

This div border color is #1246ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,70,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1246ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1246ae;
  -webkit-box-shadow: 1px 1px 3px 2px #1246ae;
  box-shadow:         1px 1px 3px 2px #1246ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1246ae


Comments

No comments written yet.

Please login to write comment.