Color Hex Logo

#111dee Color Hex

#111DEE
(17,29,238)
0 Favorites   0 Comments

Color spaces of #111dee

RGB 1729238
HSL0.660.870.50
HSV237°93°93°
CMYK 0.930.880.00   0.07
XYZ16.10317.170981.4243
Yxy7.17090.15380.0685
Hunter Lab26.778560.4774-161.5355
CIE-Lab32.192868.9411-98.4443

#111dee color RGB value is (17,29,238).

#111dee hex color red value is 17, green value is 29 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #111dee hue: 0.66 , saturation: 0.87 and the lightness value of 111dee is 0.50.

The process color (four color CMYK) of #111dee color hex is 0.93, 0.88, 0.00, 0.07. Web safe color of #111dee is #0033ff. Color #111dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00011101 11101110
Octal 21 35 356
Decimal 17 29 238
Hex 11 1D EE

RGB Percentages of Color #111dee

%5.99
%10.21
%83.80

CMYK Percentages of Color #111dee

%93
%88
%0
%7

Triadic Colors of #111dee

#111dee #ee111d #1dee11

Analogous Colors of #111dee

#111dee #7411ee #118cee

Monochromatic Colors of #111dee

#111dee

Complementary Color

#111dee #eee211

#111dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#111dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#111dee Color CSS Codes

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

#111dee Text Font Color

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

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


#111dee Background Color

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

This div background color is #111dee


#111dee Border Color

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

This div border color is #111dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #111dee


Comments

No comments written yet.

Please login to write comment.