Color Hex Logo

#1294ce Color Hex

#1294CE
(18,148,206)
0 Favorites   0 Comments

Color spaces of #1294ce

RGB 18148206
HSL0.550.840.44
HSV199°91°81°
CMYK 0.910.280.00   0.19
XYZ21.979925.764662.2071
Yxy25.76460.19990.2343
Hunter Lab50.7588-11.5328-37.1312
CIE-Lab57.8129-11.2576-38.6912

#1294ce color RGB value is (18,148,206).

#1294ce hex color red value is 18, green value is 148 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #1294ce hue: 0.55 , saturation: 0.84 and the lightness value of 1294ce is 0.44.

The process color (four color CMYK) of #1294ce color hex is 0.91, 0.28, 0.00, 0.19. Web safe color of #1294ce is #0099cc. Color #1294ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10010100 11001110
Octal 22 224 316
Decimal 18 148 206
Hex 12 94 CE

RGB Percentages of Color #1294ce

%4.84
%39.78
%55.38

CMYK Percentages of Color #1294ce

%91
%28
%0
%19

Triadic Colors of #1294ce

#1294ce #ce1294 #94ce12

Analogous Colors of #1294ce

#1294ce #1236ce #12ceaa

Monochromatic Colors of #1294ce

#1294ce

Complementary Color

#1294ce #ce4c12

#1294ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1294ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#1294ce Color CSS Codes

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

#1294ce Text Font Color

<p style="color:#1294ce">Text here</p>

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


#1294ce Background Color

<div style="background-color:#1294ce">
Div content here</div>

This div background color is #1294ce


#1294ce Border Color

<div style="border:3px solid #1294ce">
Div here</div>

This div border color is #1294ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,148,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1294ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1294ce;
  -webkit-box-shadow: 1px 1px 3px 2px #1294ce;
  box-shadow:         1px 1px 3px 2px #1294ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1294ce


Comments

No comments written yet.

Please login to write comment.