Color Hex Logo

#11bdbf Color Hex

#11BDBF
(17,189,191)
0 Favorites   0 Comments

Color spaces of #11bdbf

RGB 17189191
HSL0.500.840.41
HSV181°91°75°
CMYK 0.910.010.00   0.25
XYZ27.832740.276055.5973
Yxy40.27600.22500.3256
Hunter Lab63.4634-32.7774-7.5168
CIE-Lab69.6657-37.2198-12.1562

#11bdbf color RGB value is (17,189,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10111101 10111111
Octal 21 275 277
Decimal 17 189 191
Hex 11 BD BF

RGB Percentages of Color #11bdbf

%4.28
%47.61
%48.11

CMYK Percentages of Color #11bdbf

%91
%1
%0
%25

Triadic Colors of #11bdbf

#11bdbf #bf11bd #bdbf11

Analogous Colors of #11bdbf

#11bdbf #1166bf #11bf6a

Monochromatic Colors of #11bdbf

#11bdbf

Complementary Color

#11bdbf #bf1311

#11bdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11bdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#11bdbf Color CSS Codes

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

#11bdbf Text Font Color

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

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


#11bdbf Background Color

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

This div background color is #11bdbf


#11bdbf Border Color

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

This div border color is #11bdbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11bdbf


Comments

No comments written yet.

Please login to write comment.