Color Hex Logo

#11baaa Color Hex

#11BAAA
(17,186,170)
0 Favorites   0 Comments

Color spaces of #11baaa

RGB 17186170
HSL0.480.830.40
HSV174°91°73°
CMYK 0.910.000.09   0.27
XYZ25.045838.139344.0718
Yxy38.13930.23350.3556
Hunter Lab61.7570-35.68340.9187
CIE-Lab68.1232-42.0451-2.9039

#11baaa color RGB value is (17,186,170).

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

The process color (four color CMYK) of #11baaa color hex is 0.91, 0.00, 0.09, 0.27. Web safe color of #11baaa is #00cc99. Color #11baaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10111010 10101010
Octal 21 272 252
Decimal 17 186 170
Hex 11 BA AA

RGB Percentages of Color #11baaa

%4.56
%49.87
%45.58

CMYK Percentages of Color #11baaa

%91
%0
%9
%27

Triadic Colors of #11baaa

#11baaa #aa11ba #baaa11

Analogous Colors of #11baaa

#11baaa #1176ba #11ba56

Monochromatic Colors of #11baaa

#11baaa

Complementary Color

#11baaa #ba1121

#11baaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11baaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#11baaa Color CSS Codes

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

#11baaa Text Font Color

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

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


#11baaa Background Color

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

This div background color is #11baaa


#11baaa Border Color

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

This div border color is #11baaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,186,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 #11baaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11baaa


Comments

No comments written yet.

Please login to write comment.