Color Hex Logo

#111edc Color Hex

#111EDC
(17,30,220)
0 Favorites   0 Comments

Color spaces of #111edc

RGB 1730220
HSL0.660.860.46
HSV236°92°86°
CMYK 0.920.860.00   0.14
XYZ13.61376.215068.1922
Yxy6.21500.15470.0706
Hunter Lab24.929953.8478-144.7284
CIE-Lab29.948563.5529-91.8934

#111edc color RGB value is (17,30,220).

#111edc hex color red value is 17, green value is 30 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #111edc hue: 0.66 , saturation: 0.86 and the lightness value of 111edc is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00011110 11011100
Octal 21 36 334
Decimal 17 30 220
Hex 11 1E DC

RGB Percentages of Color #111edc

%6.37
%11.24
%82.40

CMYK Percentages of Color #111edc

%92
%86
%0
%14

Triadic Colors of #111edc

#111edc #dc111e #1edc11

Analogous Colors of #111edc

#111edc #6a11dc #1184dc

Monochromatic Colors of #111edc

#111edc

Complementary Color

#111edc #dccf11

#111edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#111edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#111edc Color CSS Codes

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

#111edc Text Font Color

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

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


#111edc Background Color

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

This div background color is #111edc


#111edc Border Color

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

This div border color is #111edc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,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 #111edc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #111edc


Comments

No comments written yet.

Please login to write comment.