Color Hex Logo

#017bef Color Hex

#017BEF
(1,123,239)
0 Favorites   0 Comments

Color spaces of #017bef

RGB 1123239
HSL0.580.990.47
HSV209°100°94°
CMYK 1.000.490.00   0.06
XYZ22.675520.404484.4047
Yxy20.40440.17790.1601
Hunter Lab45.171210.5555-79.1665
CIE-Lab52.291415.7461-65.9801

#017bef color RGB value is (1,123,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01111011 11101111
Octal 1 173 357
Decimal 1 123 239
Hex 1 7B EF

RGB Percentages of Color #017bef

%0.28
%33.88
%65.84

CMYK Percentages of Color #017bef

%100
%49
%0
%6

Triadic Colors of #017bef

#017bef #ef017b #7bef01

Analogous Colors of #017bef

#017bef #0104ef #01efec

Monochromatic Colors of #017bef

#017bef

Complementary Color

#017bef #ef7501

#017bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#017bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#017bef Color CSS Codes

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

#017bef Text Font Color

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

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


#017bef Background Color

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

This div background color is #017bef


#017bef Border Color

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

This div border color is #017bef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,123,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #017bef


Comments

No comments written yet.

Please login to write comment.