Color Hex Logo

#11aeeb Color Hex

#11AEEB
(17,174,235)
0 Favorites   0 Comments

Color spaces of #11aeeb

RGB 17174235
HSL0.550.870.49
HSV197°93°92°
CMYK 0.930.260.00   0.08
XYZ30.362636.389484.0208
Yxy36.38940.20140.2414
Hunter Lab60.3236-15.7222-40.3546
CIE-Lab66.8164-15.1687-40.6580

#11aeeb color RGB value is (17,174,235).

#11aeeb hex color red value is 17, green value is 174 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #11aeeb hue: 0.55 , saturation: 0.87 and the lightness value of 11aeeb is 0.49.

The process color (four color CMYK) of #11aeeb color hex is 0.93, 0.26, 0.00, 0.08. Web safe color of #11aeeb is #0099ff. Color #11aeeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10101110 11101011
Octal 21 256 353
Decimal 17 174 235
Hex 11 AE EB

RGB Percentages of Color #11aeeb

%3.99
%40.85
%55.16

CMYK Percentages of Color #11aeeb

%93
%26
%0
%8

Triadic Colors of #11aeeb

#11aeeb #eb11ae #aeeb11

Analogous Colors of #11aeeb

#11aeeb #1141eb #11ebbb

Monochromatic Colors of #11aeeb

#11aeeb

Complementary Color

#11aeeb #eb4e11

#11aeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11aeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#11aeeb Color CSS Codes

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

#11aeeb Text Font Color

<p style="color:#11aeeb">Text here</p>

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


#11aeeb Background Color

<div style="background-color:#11aeeb">
Div content here</div>

This div background color is #11aeeb


#11aeeb Border Color

<div style="border:3px solid #11aeeb">
Div here</div>

This div border color is #11aeeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,174,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11aeeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11aeeb;
  -webkit-box-shadow: 1px 1px 3px 2px #11aeeb;
  box-shadow:         1px 1px 3px 2px #11aeeb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11aeeb


Comments

No comments written yet.

Please login to write comment.