Color Hex Logo

#11bbaf Color Hex

#11BBAF
(17,187,175)
0 Favorites   0 Comments

Color spaces of #11bbaf

RGB 17187175
HSL0.490.830.40
HSV176°91°73°
CMYK 0.910.000.06   0.27
XYZ25.739438.755046.6813
Yxy38.75500.23150.3486
Hunter Lab62.2535-35.1409-0.8816
CIE-Lab68.5734-41.0537-4.9917

#11bbaf color RGB value is (17,187,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10111011 10101111
Octal 21 273 257
Decimal 17 187 175
Hex 11 BB AF

RGB Percentages of Color #11bbaf

%4.49
%49.34
%46.17

CMYK Percentages of Color #11bbaf

%91
%0
%6
%27

Triadic Colors of #11bbaf

#11bbaf #af11bb #bbaf11

Analogous Colors of #11bbaf

#11bbaf #1172bb #11bb5a

Monochromatic Colors of #11bbaf

#11bbaf

Complementary Color

#11bbaf #bb111d

#11bbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11bbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#11bbaf Color CSS Codes

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

#11bbaf Text Font Color

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

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


#11bbaf Background Color

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

This div background color is #11bbaf


#11bbaf Border Color

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

This div border color is #11bbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11bbaf


Comments

No comments written yet.

Please login to write comment.