Color Hex Logo

#017cfc Color Hex

#017CFC
(1,124,252)
0 Favorites   0 Comments

Color spaces of #017cfc

RGB 1124252
HSL0.580.990.50
HSV211°100°99°
CMYK 1.000.510.00   0.01
XYZ24.790921.450094.9291
Yxy21.45000.17560.1519
Hunter Lab46.314114.4972-89.1055
CIE-Lab53.438520.1596-71.3413

#017cfc color RGB value is (1,124,252).

#017cfc hex color red value is 1, green value is 124 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #017cfc hue: 0.58 , saturation: 0.99 and the lightness value of 017cfc is 0.50.

The process color (four color CMYK) of #017cfc color hex is 1.00, 0.51, 0.00, 0.01. Web safe color of #017cfc is #0066ff. Color #017cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01111100 11111100
Octal 1 174 374
Decimal 1 124 252
Hex 1 7C FC

RGB Percentages of Color #017cfc

%0.27
%32.89
%66.84

CMYK Percentages of Color #017cfc

%100
%51
%0
%1

Triadic Colors of #017cfc

#017cfc #fc017c #7cfc01

Analogous Colors of #017cfc

#017cfc #0301fc #01fafc

Monochromatic Colors of #017cfc

#017cfc

Complementary Color

#017cfc #fc8101

#017cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#017cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#017cfc Color CSS Codes

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

#017cfc Text Font Color

<p style="color:#017cfc">Text here</p>

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


#017cfc Background Color

<div style="background-color:#017cfc">
Div content here</div>

This div background color is #017cfc


#017cfc Border Color

<div style="border:3px solid #017cfc">
Div here</div>

This div border color is #017cfc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,124,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #017cfc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #017cfc;
  -webkit-box-shadow: 1px 1px 3px 2px #017cfc;
  box-shadow:         1px 1px 3px 2px #017cfc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,124,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 #017cfc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #017cfc


Comments

No comments written yet.

Please login to write comment.