Color Hex Logo

#11aabd Color Hex

#11AABD
(17,170,189)
0 Favorites   0 Comments

Color spaces of #11aabd

RGB 17170189
HSL0.520.830.40
HSV187°91°74°
CMYK 0.910.100.00   0.26
XYZ23.791232.542753.1716
Yxy32.54270.21730.2972
Hunter Lab57.0462-25.3872-15.3306
CIE-Lab63.7889-28.8074-19.9290

#11aabd color RGB value is (17,170,189).

#11aabd hex color red value is 17, green value is 170 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #11aabd hue: 0.52 , saturation: 0.83 and the lightness value of 11aabd is 0.40.

The process color (four color CMYK) of #11aabd color hex is 0.91, 0.10, 0.00, 0.26. Web safe color of #11aabd is #0099cc. Color #11aabd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10101010 10111101
Octal 21 252 275
Decimal 17 170 189
Hex 11 AA BD

RGB Percentages of Color #11aabd

%4.52
%45.21
%50.27

CMYK Percentages of Color #11aabd

%91
%10
%0
%26

Triadic Colors of #11aabd

#11aabd #bd11aa #aabd11

Analogous Colors of #11aabd

#11aabd #1154bd #11bd7a

Monochromatic Colors of #11aabd

#11aabd

Complementary Color

#11aabd #bd2411

#11aabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11aabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#11aabd Color CSS Codes

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

#11aabd Text Font Color

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

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


#11aabd Background Color

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

This div background color is #11aabd


#11aabd Border Color

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

This div border color is #11aabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11aabd


Comments

No comments written yet.

Please login to write comment.