Color Hex Logo

#11bacd Color Hex

#11BACD
(17,186,205)
0 Favorites   0 Comments

Color spaces of #11bacd

RGB 17186205
HSL0.520.850.44
HSV186°92°80°
CMYK 0.920.090.00   0.20
XYZ28.809539.644863.8914
Yxy39.64480.21770.2996
Hunter Lab62.9641-28.5138-16.0883
CIE-Lab69.2158-31.4411-20.5155

#11bacd color RGB value is (17,186,205).

#11bacd hex color red value is 17, green value is 186 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #11bacd hue: 0.52 , saturation: 0.85 and the lightness value of 11bacd is 0.44.

The process color (four color CMYK) of #11bacd color hex is 0.92, 0.09, 0.00, 0.20. Web safe color of #11bacd is #00cccc. Color #11bacd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10111010 11001101
Octal 21 272 315
Decimal 17 186 205
Hex 11 BA CD

RGB Percentages of Color #11bacd

%4.17
%45.59
%50.25

CMYK Percentages of Color #11bacd

%92
%9
%0
%20

Triadic Colors of #11bacd

#11bacd #cd11ba #bacd11

Analogous Colors of #11bacd

#11bacd #115ccd #11cd82

Monochromatic Colors of #11bacd

#11bacd

Complementary Color

#11bacd #cd2411

#11bacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11bacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#11bacd Color CSS Codes

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

#11bacd Text Font Color

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

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


#11bacd Background Color

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

This div background color is #11bacd


#11bacd Border Color

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

This div border color is #11bacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11bacd


Comments

No comments written yet.

Please login to write comment.