Color Hex Logo

#11aad7 Color Hex

#11AAD7
(17,170,215)
0 Favorites   0 Comments

Color spaces of #11aad7

RGB 17170215
HSL0.540.850.45
HSV194°92°84°
CMYK 0.920.210.00   0.16
XYZ26.871633.774969.3929
Yxy33.77490.20660.2597
Hunter Lab58.1162-19.1690-30.1132
CIE-Lab64.7835-20.0427-32.8316

#11aad7 color RGB value is (17,170,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10101010 11010111
Octal 21 252 327
Decimal 17 170 215
Hex 11 AA D7

RGB Percentages of Color #11aad7

%4.23
%42.29
%53.48

CMYK Percentages of Color #11aad7

%92
%21
%0
%16

Triadic Colors of #11aad7

#11aad7 #d711aa #aad711

Analogous Colors of #11aad7

#11aad7 #1147d7 #11d7a1

Monochromatic Colors of #11aad7

#11aad7

Complementary Color

#11aad7 #d73e11

#11aad7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11aad7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#11aad7 Color CSS Codes

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

#11aad7 Text Font Color

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

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


#11aad7 Background Color

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

This div background color is #11aad7


#11aad7 Border Color

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

This div border color is #11aad7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11aad7


Comments

No comments written yet.

Please login to write comment.