Color Hex Logo

#11aede Color Hex

#11AEDE
(17,174,222)
0 Favorites   0 Comments

Color spaces of #11aede

RGB 17174222
HSL0.540.860.47
HSV194°92°87°
CMYK 0.920.220.00   0.13
XYZ28.552035.665274.4865
Yxy35.66520.20580.2571
Hunter Lab59.7203-19.1707-32.1455
CIE-Lab66.2633-19.7186-34.3924

#11aede color RGB value is (17,174,222).

#11aede hex color red value is 17, green value is 174 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #11aede hue: 0.54 , saturation: 0.86 and the lightness value of 11aede is 0.47.

The process color (four color CMYK) of #11aede color hex is 0.92, 0.22, 0.00, 0.13. Web safe color of #11aede is #0099cc. Color #11aede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10101110 11011110
Octal 21 256 336
Decimal 17 174 222
Hex 11 AE DE

RGB Percentages of Color #11aede

%4.12
%42.13
%53.75

CMYK Percentages of Color #11aede

%92
%22
%0
%13

Triadic Colors of #11aede

#11aede #de11ae #aede11

Analogous Colors of #11aede

#11aede #1148de #11dea8

Monochromatic Colors of #11aede

#11aede

Complementary Color

#11aede #de4111

#11aede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11aede Color Preview on White Background

Lorem ipsum dolor sit amet.

#11aede Color CSS Codes

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

#11aede Text Font Color

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

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


#11aede Background Color

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

This div background color is #11aede


#11aede Border Color

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

This div border color is #11aede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11aede


Comments

No comments written yet.

Please login to write comment.