Color Hex Logo

#11bdb9 Color Hex

#11BDB9
(17,189,185)
0 Favorites   0 Comments

Color spaces of #11bdb9

RGB 17189185
HSL0.500.830.40
HSV179°91°74°
CMYK 0.910.000.02   0.26
XYZ27.185740.017152.1902
Yxy40.01710.22770.3352
Hunter Lab63.2591-33.9927-4.6343
CIE-Lab69.4817-39.0199-9.1389

#11bdb9 color RGB value is (17,189,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10111101 10111001
Octal 21 275 271
Decimal 17 189 185
Hex 11 BD B9

RGB Percentages of Color #11bdb9

%4.35
%48.34
%47.31

CMYK Percentages of Color #11bdb9

%91
%0
%2
%26

Triadic Colors of #11bdb9

#11bdb9 #b911bd #bdb911

Analogous Colors of #11bdb9

#11bdb9 #116bbd #11bd63

Monochromatic Colors of #11bdb9

#11bdb9

Complementary Color

#11bdb9 #bd1115

#11bdb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11bdb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#11bdb9 Color CSS Codes

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

#11bdb9 Text Font Color

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

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


#11bdb9 Background Color

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

This div background color is #11bdb9


#11bdb9 Border Color

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

This div border color is #11bdb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11bdb9


Comments

No comments written yet.

Please login to write comment.