Color Hex Logo

#017beb Color Hex

#017BEB
(1,123,235)
0 Favorites   0 Comments

Color spaces of #017beb

RGB 1123235
HSL0.580.990.46
HSV209°100°92°
CMYK 1.000.480.00   0.08
XYZ22.090920.170581.3262
Yxy20.17050.17870.1632
Hunter Lab44.91169.2045-75.9246
CIE-Lab52.029414.1870-64.1703

#017beb color RGB value is (1,123,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01111011 11101011
Octal 1 173 353
Decimal 1 123 235
Hex 1 7B EB

RGB Percentages of Color #017beb

%0.28
%34.26
%65.46

CMYK Percentages of Color #017beb

%100
%48
%0
%8

Triadic Colors of #017beb

#017beb #eb017b #7beb01

Analogous Colors of #017beb

#017beb #0106eb #01ebe6

Monochromatic Colors of #017beb

#017beb

Complementary Color

#017beb #eb7101

#017beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#017beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#017beb Color CSS Codes

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

#017beb Text Font Color

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

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


#017beb Background Color

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

This div background color is #017beb


#017beb Border Color

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

This div border color is #017beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #017beb


Comments

No comments written yet.

Please login to write comment.