Color Hex Logo

#11bbcf Color Hex

#11BBCF
(17,187,207)
0 Favorites   0 Comments

Color spaces of #11bbcf

RGB 17187207
HSL0.520.850.44
HSV186°92°81°
CMYK 0.920.100.00   0.19
XYZ29.264040.164865.2417
Yxy40.16480.21730.2982
Hunter Lab63.3757-28.4844-16.6727
CIE-Lab69.5867-31.2830-21.0473

#11bbcf color RGB value is (17,187,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10111011 11001111
Octal 21 273 317
Decimal 17 187 207
Hex 11 BB CF

RGB Percentages of Color #11bbcf

%4.14
%45.50
%50.36

CMYK Percentages of Color #11bbcf

%92
%10
%0
%19

Triadic Colors of #11bbcf

#11bbcf #cf11bb #bbcf11

Analogous Colors of #11bbcf

#11bbcf #115ccf #11cf84

Monochromatic Colors of #11bbcf

#11bbcf

Complementary Color

#11bbcf #cf2511

#11bbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11bbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#11bbcf Color CSS Codes

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

#11bbcf Text Font Color

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

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


#11bbcf Background Color

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

This div background color is #11bbcf


#11bbcf Border Color

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

This div border color is #11bbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11bbcf


Comments

No comments written yet.

Please login to write comment.