Color Hex Logo

#11bcbe Color Hex

#11BCBE
(17,188,190)
0 Favorites   0 Comments

Color spaces of #11bcbe

RGB 17188190
HSL0.500.840.41
HSV181°91°75°
CMYK 0.910.010.00   0.25
XYZ27.508639.803354.9481
Yxy39.80330.22500.3256
Hunter Lab63.0899-32.5772-7.4757
CIE-Lab69.3292-37.0634-12.1117

#11bcbe color RGB value is (17,188,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10111100 10111110
Octal 21 274 276
Decimal 17 188 190
Hex 11 BC BE

RGB Percentages of Color #11bcbe

%4.30
%47.59
%48.10

CMYK Percentages of Color #11bcbe

%91
%1
%0
%25

Triadic Colors of #11bcbe

#11bcbe #be11bc #bcbe11

Analogous Colors of #11bcbe

#11bcbe #1166be #11be6a

Monochromatic Colors of #11bcbe

#11bcbe

Complementary Color

#11bcbe #be1311

#11bcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11bcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#11bcbe Color CSS Codes

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

#11bcbe Text Font Color

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

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


#11bcbe Background Color

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

This div background color is #11bcbe


#11bcbe Border Color

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

This div border color is #11bcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11bcbe


Comments

No comments written yet.

Please login to write comment.