Color Hex Logo

#1294ec Color Hex

#1294EC
(18,148,236)
0 Favorites   0 Comments

Color spaces of #1294ec

RGB 18148236
HSL0.570.860.50
HSV204°92°93°
CMYK 0.920.370.00   0.07
XYZ25.979727.364583.2695
Yxy27.36450.19020.2003
Hunter Lab52.3111-2.8944-57.7609
CIE-Lab59.3102-0.1225-53.0513

#1294ec color RGB value is (18,148,236).

#1294ec hex color red value is 18, green value is 148 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #1294ec hue: 0.57 , saturation: 0.86 and the lightness value of 1294ec is 0.50.

The process color (four color CMYK) of #1294ec color hex is 0.92, 0.37, 0.00, 0.07. Web safe color of #1294ec is #0099ff. Color #1294ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10010100 11101100
Octal 22 224 354
Decimal 18 148 236
Hex 12 94 EC

RGB Percentages of Color #1294ec

%4.48
%36.82
%58.71

CMYK Percentages of Color #1294ec

%92
%37
%0
%7

Triadic Colors of #1294ec

#1294ec #ec1294 #94ec12

Analogous Colors of #1294ec

#1294ec #1227ec #12ecd7

Monochromatic Colors of #1294ec

#1294ec

Complementary Color

#1294ec #ec6a12

#1294ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1294ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#1294ec Color CSS Codes

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

#1294ec Text Font Color

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

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


#1294ec Background Color

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

This div background color is #1294ec


#1294ec Border Color

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

This div border color is #1294ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1294ec


Comments

No comments written yet.

Please login to write comment.