Color Hex Logo

#016eae Color Hex

#016EAE
(1,110,174)
0 Favorites   0 Comments

Color spaces of #016eae

RGB 1110174
HSL0.560.990.34
HSV202°99°68°
CMYK 0.990.370.00   0.32
XYZ13.228414.214342.0908
Yxy14.21430.19020.2044
Hunter Lab37.7019-3.3482-39.8008
CIE-Lab44.5387-1.8275-41.3160

#016eae color RGB value is (1,110,174).

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

The process color (four color CMYK) of #016eae color hex is 0.99, 0.37, 0.00, 0.32. Web safe color of #016eae is #006699. Color #016eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01101110 10101110
Octal 1 156 256
Decimal 1 110 174
Hex 1 6E AE

RGB Percentages of Color #016eae

%0.35
%38.60
%61.05

CMYK Percentages of Color #016eae

%99
%37
%0
%32

Triadic Colors of #016eae

#016eae #ae016e #6eae01

Analogous Colors of #016eae

#016eae #0117ae #01ae98

Monochromatic Colors of #016eae

#016eae

Complementary Color

#016eae #ae4101

#016eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#016eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#016eae Color CSS Codes

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

#016eae Text Font Color

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

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


#016eae Background Color

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

This div background color is #016eae


#016eae Border Color

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

This div border color is #016eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #016eae


Comments

No comments written yet.

Please login to write comment.