Color Hex Logo

#016ebc Color Hex

#016EBC
(1,110,188)
0 Favorites   0 Comments

Color spaces of #016ebc

RGB 1110188
HSL0.570.990.37
HSV205°99°74°
CMYK 0.990.410.00   0.26
XYZ14.665514.789249.6586
Yxy14.78920.18540.1869
Hunter Lab38.45670.7718-49.6406
CIE-Lab45.34413.7635-48.1826

#016ebc color RGB value is (1,110,188).

#016ebc hex color red value is 1, green value is 110 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #016ebc hue: 0.57 , saturation: 0.99 and the lightness value of 016ebc is 0.37.

The process color (four color CMYK) of #016ebc color hex is 0.99, 0.41, 0.00, 0.26. Web safe color of #016ebc is #0066cc. Color #016ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01101110 10111100
Octal 1 156 274
Decimal 1 110 188
Hex 1 6E BC

RGB Percentages of Color #016ebc

%0.33
%36.79
%62.88

CMYK Percentages of Color #016ebc

%99
%41
%0
%26

Triadic Colors of #016ebc

#016ebc #bc016e #6ebc01

Analogous Colors of #016ebc

#016ebc #0111bc #01bcad

Monochromatic Colors of #016ebc

#016ebc

Complementary Color

#016ebc #bc4f01

#016ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#016ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#016ebc Color CSS Codes

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

#016ebc Text Font Color

<p style="color:#016ebc">Text here</p>

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


#016ebc Background Color

<div style="background-color:#016ebc">
Div content here</div>

This div background color is #016ebc


#016ebc Border Color

<div style="border:3px solid #016ebc">
Div here</div>

This div border color is #016ebc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,110,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #016ebc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #016ebc;
  -webkit-box-shadow: 1px 1px 3px 2px #016ebc;
  box-shadow:         1px 1px 3px 2px #016ebc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #016ebc


Comments

No comments written yet.

Please login to write comment.