Color Hex Logo

#11bcab Color Hex

#11BCAB
(17,188,171)
0 Favorites   0 Comments

Color spaces of #11bcab

RGB 17188171
HSL0.480.830.40
HSV174°91°74°
CMYK 0.910.000.09   0.26
XYZ25.565139.025944.7134
Yxy39.02590.23390.3570
Hunter Lab62.4707-36.27561.2927
CIE-Lab68.7700-42.6330-2.5031

#11bcab color RGB value is (17,188,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10111100 10101011
Octal 21 274 253
Decimal 17 188 171
Hex 11 BC AB

RGB Percentages of Color #11bcab

%4.52
%50.00
%45.48

CMYK Percentages of Color #11bcab

%91
%0
%9
%26

Triadic Colors of #11bcab

#11bcab #ab11bc #bcab11

Analogous Colors of #11bcab

#11bcab #1178bc #11bc56

Monochromatic Colors of #11bcab

#11bcab

Complementary Color

#11bcab #bc1122

#11bcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11bcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#11bcab Color CSS Codes

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

#11bcab Text Font Color

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

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


#11bcab Background Color

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

This div background color is #11bcab


#11bcab Border Color

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

This div border color is #11bcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11bcab


Comments

No comments written yet.

Please login to write comment.