Color Hex Logo

#017fec Color Hex

#017FEC
(1,127,236)
0 Favorites   0 Comments

Color spaces of #017fec

RGB 1127236
HSL0.580.990.46
HSV208°100°93°
CMYK 1.000.460.00   0.07
XYZ22.742221.241382.2582
Yxy21.24130.18010.1683
Hunter Lab46.08837.4261-73.5588
CIE-Lab53.212612.0792-62.8210

#017fec color RGB value is (1,127,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01111111 11101100
Octal 1 177 354
Decimal 1 127 236
Hex 1 7F EC

RGB Percentages of Color #017fec

%0.27
%34.89
%64.84

CMYK Percentages of Color #017fec

%100
%46
%0
%7

Triadic Colors of #017fec

#017fec #ec017f #7fec01

Analogous Colors of #017fec

#017fec #0109ec #01ece4

Monochromatic Colors of #017fec

#017fec

Complementary Color

#017fec #ec6e01

#017fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#017fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#017fec Color CSS Codes

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

#017fec Text Font Color

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

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


#017fec Background Color

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

This div background color is #017fec


#017fec Border Color

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

This div border color is #017fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #017fec


Comments

No comments written yet.

Please login to write comment.