Color Hex Logo

#017ebb Color Hex

#017EBB
(1,126,187)
0 Favorites   0 Comments

Color spaces of #017ebb

RGB 1126187
HSL0.550.990.37
HSV200°99°73°
CMYK 0.990.330.00   0.27
XYZ16.443018.516049.7210
Yxy18.51600.19420.2187
Hunter Lab43.0302-7.0933-38.3879
CIE-Lab50.1161-6.3811-40.0195

#017ebb color RGB value is (1,126,187).

#017ebb hex color red value is 1, green value is 126 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #017ebb hue: 0.55 , saturation: 0.99 and the lightness value of 017ebb is 0.37.

The process color (four color CMYK) of #017ebb color hex is 0.99, 0.33, 0.00, 0.27. Web safe color of #017ebb is #0066cc. Color #017ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01111110 10111011
Octal 1 176 273
Decimal 1 126 187
Hex 1 7E BB

RGB Percentages of Color #017ebb

%0.32
%40.13
%59.55

CMYK Percentages of Color #017ebb

%99
%33
%0
%27

Triadic Colors of #017ebb

#017ebb #bb017e #7ebb01

Analogous Colors of #017ebb

#017ebb #0121bb #01bb9b

Monochromatic Colors of #017ebb

#017ebb

Complementary Color

#017ebb #bb3e01

#017ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#017ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#017ebb Color CSS Codes

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

#017ebb Text Font Color

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

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


#017ebb Background Color

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

This div background color is #017ebb


#017ebb Border Color

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

This div border color is #017ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #017ebb


Comments

No comments written yet.

Please login to write comment.