Color Hex Logo

#11aade Color Hex

#11AADE
(17,170,222)
0 Favorites   0 Comments

Color spaces of #11aade

RGB 17170222
HSL0.540.860.47
HSV195°92°87°
CMYK 0.920.230.00   0.13
XYZ27.790734.142574.2327
Yxy34.14250.20410.2507
Hunter Lab58.4316-17.3587-34.4211
CIE-Lab65.0755-17.6018-36.2399

#11aade color RGB value is (17,170,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10101010 11011110
Octal 21 252 336
Decimal 17 170 222
Hex 11 AA DE

RGB Percentages of Color #11aade

%4.16
%41.56
%54.28

CMYK Percentages of Color #11aade

%92
%23
%0
%13

Triadic Colors of #11aade

#11aade #de11aa #aade11

Analogous Colors of #11aade

#11aade #1143de #11deac

Monochromatic Colors of #11aade

#11aade

Complementary Color

#11aade #de4511

#11aade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11aade Color Preview on White Background

Lorem ipsum dolor sit amet.

#11aade Color CSS Codes

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

#11aade Text Font Color

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

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


#11aade Background Color

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

This div background color is #11aade


#11aade Border Color

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

This div border color is #11aade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11aade


Comments

No comments written yet.

Please login to write comment.