Color Hex Logo

#0011ec Color Hex

#0011EC
(0,17,236)
0 Favorites   0 Comments

Color spaces of #0011ec

RGB 017236
HSL0.651.000.46
HSV236°100°93°
CMYK 1.000.930.00   0.07
XYZ15.34086.457079.7947
Yxy6.45700.15100.0636
Hunter Lab25.410663.2947-168.3956
CIE-Lab30.537371.6404-100.0794

#0011ec color RGB value is (0,17,236).

#0011ec hex color red value is 0, green value is 17 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #0011ec hue: 0.65 , saturation: 1.00 and the lightness value of 0011ec is 0.46.

The process color (four color CMYK) of #0011ec color hex is 1.00, 0.93, 0.00, 0.07. Web safe color of #0011ec is #0000ff. Color #0011ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00010001 11101100
Octal 0 21 354
Decimal 0 17 236
Hex 0 11 EC

RGB Percentages of Color #0011ec

%0.00
%6.72
%93.28

CMYK Percentages of Color #0011ec

%100
%93
%0
%7

Triadic Colors of #0011ec

#0011ec #ec0011 #11ec00

Analogous Colors of #0011ec

#0011ec #6500ec #0087ec

Monochromatic Colors of #0011ec

#0011ec

Complementary Color

#0011ec #ecdb00

#0011ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0011ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0011ec Color CSS Codes

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

#0011ec Text Font Color

<p style="color:#0011ec">Text here</p>

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


#0011ec Background Color

<div style="background-color:#0011ec">
Div content here</div>

This div background color is #0011ec


#0011ec Border Color

<div style="border:3px solid #0011ec">
Div here</div>

This div border color is #0011ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,17,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0011ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0011ec;
  -webkit-box-shadow: 1px 1px 3px 2px #0011ec;
  box-shadow:         1px 1px 3px 2px #0011ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,17,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0011ec


Comments

No comments written yet.

Please login to write comment.