Color Hex Logo

#11bebb Color Hex

#11BEBB
(17,190,187)
0 Favorites   0 Comments

Color spaces of #11bebb

RGB 17190187
HSL0.500.840.41
HSV179°91°75°
CMYK 0.910.000.02   0.25
XYZ27.614340.533953.3821
Yxy40.53390.22720.3335
Hunter Lab63.6662-33.9942-5.1464
CIE-Lab69.8481-38.8770-9.6897

#11bebb color RGB value is (17,190,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10111110 10111011
Octal 21 276 273
Decimal 17 190 187
Hex 11 BE BB

RGB Percentages of Color #11bebb

%4.31
%48.22
%47.46

CMYK Percentages of Color #11bebb

%91
%0
%2
%25

Triadic Colors of #11bebb

#11bebb #bb11be #bebb11

Analogous Colors of #11bebb

#11bebb #116bbe #11be65

Monochromatic Colors of #11bebb

#11bebb

Complementary Color

#11bebb #be1114

#11bebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11bebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#11bebb Color CSS Codes

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

#11bebb Text Font Color

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

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


#11bebb Background Color

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

This div background color is #11bebb


#11bebb Border Color

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

This div border color is #11bebb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,190,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 #11bebb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11bebb


Comments

No comments written yet.

Please login to write comment.