Color Hex Logo

#11add9 Color Hex

#11ADD9
(17,173,217)
0 Favorites   0 Comments

Color spaces of #11add9

RGB 17173217
HSL0.540.850.46
HSV193°92°85°
CMYK 0.920.200.00   0.15
XYZ27.699135.016170.9445
Yxy35.01610.20720.2620
Hunter Lab59.1744-20.0007-29.6610
CIE-Lab65.7612-20.9224-32.4193

#11add9 color RGB value is (17,173,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10101101 11011001
Octal 21 255 331
Decimal 17 173 217
Hex 11 AD D9

RGB Percentages of Color #11add9

%4.18
%42.51
%53.32

CMYK Percentages of Color #11add9

%92
%20
%0
%15

Triadic Colors of #11add9

#11add9 #d911ad #add911

Analogous Colors of #11add9

#11add9 #1149d9 #11d9a1

Monochromatic Colors of #11add9

#11add9

Complementary Color

#11add9 #d93d11

#11add9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11add9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#11add9 Color CSS Codes

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

#11add9 Text Font Color

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

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


#11add9 Background Color

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

This div background color is #11add9


#11add9 Border Color

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

This div border color is #11add9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11add9


Comments

No comments written yet.

Please login to write comment.