Color Hex Logo

#11aaab Color Hex

#11AAAB
(17,170,171)
0 Favorites   0 Comments

Color spaces of #11aaab

RGB 17170171
HSL0.500.820.37
HSV180°90°67°
CMYK 0.900.010.00   0.33
XYZ21.956631.808943.5106
Yxy31.80890.22570.3270
Hunter Lab56.3994-29.2078-6.2611
CIE-Lab63.1846-34.5200-10.7880

#11aaab color RGB value is (17,170,171).

#11aaab hex color red value is 17, green value is 170 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #11aaab hue: 0.50 , saturation: 0.82 and the lightness value of 11aaab is 0.37.

The process color (four color CMYK) of #11aaab color hex is 0.90, 0.01, 0.00, 0.33. Web safe color of #11aaab is #009999. Color #11aaab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10101010 10101011
Octal 21 252 253
Decimal 17 170 171
Hex 11 AA AB

RGB Percentages of Color #11aaab

%4.75
%47.49
%47.77

CMYK Percentages of Color #11aaab

%90
%1
%0
%33

Triadic Colors of #11aaab

#11aaab #ab11aa #aaab11

Analogous Colors of #11aaab

#11aaab #115dab #11ab5f

Monochromatic Colors of #11aaab

#11aaab

Complementary Color

#11aaab #ab1211

#11aaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11aaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#11aaab Color CSS Codes

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

#11aaab Text Font Color

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

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


#11aaab Background Color

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

This div background color is #11aaab


#11aaab Border Color

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

This div border color is #11aaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11aaab


Comments

No comments written yet.

Please login to write comment.