Color Hex Logo

#016ebe Color Hex

#016EBE
(1,110,190)
0 Favorites   0 Comments

Color spaces of #016ebe

RGB 1110190
HSL0.570.990.37
HSV205°99°75°
CMYK 0.990.420.00   0.25
XYZ14.882714.876050.8022
Yxy14.87600.18470.1847
Hunter Lab38.56941.3809-51.0960
CIE-Lab45.46394.5647-49.1489

#016ebe color RGB value is (1,110,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01101110 10111110
Octal 1 156 276
Decimal 1 110 190
Hex 1 6E BE

RGB Percentages of Color #016ebe

%0.33
%36.54
%63.12

CMYK Percentages of Color #016ebe

%99
%42
%0
%25

Triadic Colors of #016ebe

#016ebe #be016e #6ebe01

Analogous Colors of #016ebe

#016ebe #0110be #01beb0

Monochromatic Colors of #016ebe

#016ebe

Complementary Color

#016ebe #be5101

#016ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#016ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#016ebe Color CSS Codes

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

#016ebe Text Font Color

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

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


#016ebe Background Color

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

This div background color is #016ebe


#016ebe Border Color

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

This div border color is #016ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #016ebe


Comments

No comments written yet.

Please login to write comment.