Color Hex Logo

#11babc Color Hex

#11BABC
(17,186,188)
0 Favorites   0 Comments

Color spaces of #11babc

RGB 17186188
HSL0.500.830.40
HSV181°91°74°
CMYK 0.910.010.00   0.26
XYZ26.867238.867853.6631
Yxy38.86780.22500.3255
Hunter Lab62.3440-32.1774-7.3935
CIE-Lab68.6554-36.7498-12.0223

#11babc color RGB value is (17,186,188).

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

The process color (four color CMYK) of #11babc color hex is 0.91, 0.01, 0.00, 0.26. Web safe color of #11babc is #00cccc. Color #11babc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10111010 10111100
Octal 21 272 274
Decimal 17 186 188
Hex 11 BA BC

RGB Percentages of Color #11babc

%4.35
%47.57
%48.08

CMYK Percentages of Color #11babc

%91
%1
%0
%26

Triadic Colors of #11babc

#11babc #bc11ba #babc11

Analogous Colors of #11babc

#11babc #1165bc #11bc69

Monochromatic Colors of #11babc

#11babc

Complementary Color

#11babc #bc1311

#11babc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11babc Color Preview on White Background

Lorem ipsum dolor sit amet.

#11babc Color CSS Codes

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

#11babc Text Font Color

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

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


#11babc Background Color

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

This div background color is #11babc


#11babc Border Color

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

This div border color is #11babc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11babc


Comments

No comments written yet.

Please login to write comment.