Color Hex Logo

#011edc Color Hex

#011EDC
(1,30,220)
0 Favorites   0 Comments

Color spaces of #011edc

RGB 130220
HSL0.640.990.43
HSV232°100°86°
CMYK 1.000.860.00   0.14
XYZ13.39516.102368.1820
Yxy6.10230.15280.0696
Hunter Lab24.702853.5616-146.3536
CIE-Lab29.669163.3495-92.3667

#011edc color RGB value is (1,30,220).

#011edc hex color red value is 1, green value is 30 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #011edc hue: 0.64 , saturation: 0.99 and the lightness value of 011edc is 0.43.

The process color (four color CMYK) of #011edc color hex is 1.00, 0.86, 0.00, 0.14. Web safe color of #011edc is #0033cc. Color #011edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00011110 11011100
Octal 1 36 334
Decimal 1 30 220
Hex 1 1E DC

RGB Percentages of Color #011edc

%0.40
%11.95
%87.65

CMYK Percentages of Color #011edc

%100
%86
%0
%14

Triadic Colors of #011edc

#011edc #dc011e #1edc01

Analogous Colors of #011edc

#011edc #5201dc #018cdc

Monochromatic Colors of #011edc

#011edc

Complementary Color

#011edc #dcbf01

#011edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#011edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#011edc Color CSS Codes

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

#011edc Text Font Color

<p style="color:#011edc">Text here</p>

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


#011edc Background Color

<div style="background-color:#011edc">
Div content here</div>

This div background color is #011edc


#011edc Border Color

<div style="border:3px solid #011edc">
Div here</div>

This div border color is #011edc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,30,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #011edc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #011edc;
  -webkit-box-shadow: 1px 1px 3px 2px #011edc;
  box-shadow:         1px 1px 3px 2px #011edc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #011edc


Comments

No comments written yet.

Please login to write comment.