Color Hex Logo

#11aabc Color Hex

#11AABC
(17,170,188)
0 Favorites   0 Comments

Color spaces of #11aabc

RGB 17170188
HSL0.520.830.40
HSV186°91°74°
CMYK 0.910.100.00   0.26
XYZ23.683032.499552.6018
Yxy32.49950.21770.2988
Hunter Lab57.0083-25.6102-14.8013
CIE-Lab63.7536-29.1335-19.4253

#11aabc color RGB value is (17,170,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10101010 10111100
Octal 21 252 274
Decimal 17 170 188
Hex 11 AA BC

RGB Percentages of Color #11aabc

%4.53
%45.33
%50.13

CMYK Percentages of Color #11aabc

%91
%10
%0
%26

Triadic Colors of #11aabc

#11aabc #bc11aa #aabc11

Analogous Colors of #11aabc

#11aabc #1155bc #11bc79

Monochromatic Colors of #11aabc

#11aabc

Complementary Color

#11aabc #bc2311

#11aabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11aabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#11aabc Color CSS Codes

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

#11aabc Text Font Color

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

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


#11aabc Background Color

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

This div background color is #11aabc


#11aabc Border Color

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

This div border color is #11aabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11aabc


Comments

No comments written yet.

Please login to write comment.