Color Hex Logo

#016ded Color Hex

#016DED
(1,109,237)
0 Favorites   0 Comments

Color spaces of #016ded

RGB 1109237
HSL0.590.990.47
HSV213°100°93°
CMYK 1.000.540.00   0.07
XYZ20.767217.058282.3188
Yxy17.05820.17290.1420
Hunter Lab41.301617.4754-89.2607
CIE-Lab48.333323.8516-71.2783

#016ded color RGB value is (1,109,237).

#016ded hex color red value is 1, green value is 109 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #016ded hue: 0.59 , saturation: 0.99 and the lightness value of 016ded is 0.47.

The process color (four color CMYK) of #016ded color hex is 1.00, 0.54, 0.00, 0.07. Web safe color of #016ded is #0066ff. Color #016ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01101101 11101101
Octal 1 155 355
Decimal 1 109 237
Hex 1 6D ED

RGB Percentages of Color #016ded

%0.29
%31.41
%68.30

CMYK Percentages of Color #016ded

%100
%54
%0
%7

Triadic Colors of #016ded

#016ded #ed016d #6ded01

Analogous Colors of #016ded

#016ded #0b01ed #01e3ed

Monochromatic Colors of #016ded

#016ded

Complementary Color

#016ded #ed8101

#016ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#016ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#016ded Color CSS Codes

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

#016ded Text Font Color

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

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


#016ded Background Color

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

This div background color is #016ded


#016ded Border Color

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

This div border color is #016ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #016ded


Comments

No comments written yet.

Please login to write comment.