Color Hex Logo

#1297fc Color Hex

#1297FC
(18,151,252)
0 Favorites   0 Comments

Color spaces of #1297fc

RGB 18151252
HSL0.570.980.53
HSV206°93°99°
CMYK 0.930.400.00   0.01
XYZ28.886829.290196.2265
Yxy29.29010.18710.1897
Hunter Lab54.12030.5640-67.5340
CIE-Lab61.03684.1133-59.1073

#1297fc color RGB value is (18,151,252).

#1297fc hex color red value is 18, green value is 151 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #1297fc hue: 0.57 , saturation: 0.98 and the lightness value of 1297fc is 0.53.

The process color (four color CMYK) of #1297fc color hex is 0.93, 0.40, 0.00, 0.01. Web safe color of #1297fc is #0099ff. Color #1297fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10010111 11111100
Octal 22 227 374
Decimal 18 151 252
Hex 12 97 FC

RGB Percentages of Color #1297fc

%4.28
%35.87
%59.86

CMYK Percentages of Color #1297fc

%93
%40
%0
%1

Triadic Colors of #1297fc

#1297fc #fc1297 #97fc12

Analogous Colors of #1297fc

#1297fc #1222fc #12fcec

Monochromatic Colors of #1297fc

#1297fc

Complementary Color

#1297fc #fc7712

#1297fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1297fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1297fc Color CSS Codes

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

#1297fc Text Font Color

<p style="color:#1297fc">Text here</p>

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


#1297fc Background Color

<div style="background-color:#1297fc">
Div content here</div>

This div background color is #1297fc


#1297fc Border Color

<div style="border:3px solid #1297fc">
Div here</div>

This div border color is #1297fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,151,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1297fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1297fc;
  -webkit-box-shadow: 1px 1px 3px 2px #1297fc;
  box-shadow:         1px 1px 3px 2px #1297fc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1297fc


Comments

No comments written yet.

Please login to write comment.