Color Hex Logo

#11abaa Color Hex

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

Color spaces of #11abaa

RGB 17171170
HSL0.500.820.37
HSV180°90°67°
CMYK 0.900.000.01   0.33
XYZ22.049832.147343.0731
Yxy32.14730.22670.3305
Hunter Lab56.6986-29.8048-5.3527
CIE-Lab63.4644-35.2926-9.8101

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

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

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

Base Numbers

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

RGB Percentages of Color #11abaa

%4.75
%47.77
%47.49

CMYK Percentages of Color #11abaa

%90
%0
%1
%33

Triadic Colors of #11abaa

#11abaa #aa11ab #abaa11

Analogous Colors of #11abaa

#11abaa #115fab #11ab5d

Monochromatic Colors of #11abaa

#11abaa

Complementary Color

#11abaa #ab1112

#11abaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11abaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#11abaa Color CSS Codes

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

#11abaa Text Font Color

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

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


#11abaa Background Color

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

This div background color is #11abaa


#11abaa Border Color

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

This div border color is #11abaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11abaa


Comments

No comments written yet.

Please login to write comment.