Color Hex Logo

#11bfbb Color Hex

#11BFBB
(17,191,187)
0 Favorites   0 Comments

Color spaces of #11bfbb

RGB 17191187
HSL0.500.840.41
HSV179°91°75°
CMYK 0.910.000.02   0.25
XYZ27.831640.968653.4546
Yxy40.96860.22770.3351
Hunter Lab64.0067-34.3958-4.7108
CIE-Lab70.1539-39.3288-9.2338

#11bfbb color RGB value is (17,191,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10111111 10111011
Octal 21 277 273
Decimal 17 191 187
Hex 11 BF BB

RGB Percentages of Color #11bfbb

%4.30
%48.35
%47.34

CMYK Percentages of Color #11bfbb

%91
%0
%2
%25

Triadic Colors of #11bfbb

#11bfbb #bb11bf #bfbb11

Analogous Colors of #11bfbb

#11bfbb #116cbf #11bf64

Monochromatic Colors of #11bfbb

#11bfbb

Complementary Color

#11bfbb #bf1115

#11bfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11bfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#11bfbb Color CSS Codes

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

#11bfbb Text Font Color

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

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


#11bfbb Background Color

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

This div background color is #11bfbb


#11bfbb Border Color

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

This div border color is #11bfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11bfbb


Comments

No comments written yet.

Please login to write comment.