Color Hex Logo

#11bdcd Color Hex

#11BDCD
(17,189,205)
0 Favorites   0 Comments

Color spaces of #11bdcd

RGB 17189205
HSL0.510.850.44
HSV185°92°80°
CMYK 0.920.080.00   0.20
XYZ29.448240.922164.1043
Yxy40.92210.21900.3043
Hunter Lab63.9704-29.7773-14.6348
CIE-Lab70.1213-32.8803-19.1401

#11bdcd color RGB value is (17,189,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10111101 11001101
Octal 21 275 315
Decimal 17 189 205
Hex 11 BD CD

RGB Percentages of Color #11bdcd

%4.14
%45.99
%49.88

CMYK Percentages of Color #11bdcd

%92
%8
%0
%20

Triadic Colors of #11bdcd

#11bdcd #cd11bd #bdcd11

Analogous Colors of #11bdcd

#11bdcd #115fcd #11cd7f

Monochromatic Colors of #11bdcd

#11bdcd

Complementary Color

#11bdcd #cd2111

#11bdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11bdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#11bdcd Color CSS Codes

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

#11bdcd Text Font Color

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

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


#11bdcd Background Color

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

This div background color is #11bdcd


#11bdcd Border Color

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

This div border color is #11bdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11bdcd


Comments

No comments written yet.

Please login to write comment.