Color Hex Logo

#111edf Color Hex

#111EDF
(17,30,223)
0 Favorites   0 Comments

Color spaces of #111edf

RGB 1730223
HSL0.660.860.47
HSV236°92°87°
CMYK 0.920.870.00   0.13
XYZ14.01476.375470.3040
Yxy6.37540.15450.0703
Hunter Lab25.249654.8892-147.4104
CIE-Lab30.340564.4073-92.9661

#111edf color RGB value is (17,30,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00011110 11011111
Octal 21 36 337
Decimal 17 30 223
Hex 11 1E DF

RGB Percentages of Color #111edf

%6.30
%11.11
%82.59

CMYK Percentages of Color #111edf

%92
%87
%0
%13

Triadic Colors of #111edf

#111edf #df111e #1edf11

Analogous Colors of #111edf

#111edf #6b11df #1185df

Monochromatic Colors of #111edf

#111edf

Complementary Color

#111edf #dfd211

#111edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#111edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#111edf Color CSS Codes

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

#111edf Text Font Color

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

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


#111edf Background Color

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

This div background color is #111edf


#111edf Border Color

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

This div border color is #111edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #111edf


Comments

No comments written yet.

Please login to write comment.