Color Hex Logo

#11cbdd Color Hex

#11CBDD
(17,203,221)
0 Favorites   0 Comments

Color spaces of #11cbdd

RGB 17203221
HSL0.510.860.47
HSV185°92°87°
CMYK 0.920.080.00   0.13
XYZ34.638248.051575.8559
Yxy48.05150.21850.3031
Hunter Lab69.3192-32.1137-16.3575
CIE-Lab74.8574-34.4836-20.6484

#11cbdd color RGB value is (17,203,221).

#11cbdd hex color red value is 17, green value is 203 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #11cbdd hue: 0.51 , saturation: 0.86 and the lightness value of 11cbdd is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11001011 11011101
Octal 21 313 335
Decimal 17 203 221
Hex 11 CB DD

RGB Percentages of Color #11cbdd

%3.85
%46.03
%50.11

CMYK Percentages of Color #11cbdd

%92
%8
%0
%13

Triadic Colors of #11cbdd

#11cbdd #dd11cb #cbdd11

Analogous Colors of #11cbdd

#11cbdd #1165dd #11dd89

Monochromatic Colors of #11cbdd

#11cbdd

Complementary Color

#11cbdd #dd2311

#11cbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11cbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#11cbdd Color CSS Codes

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

#11cbdd Text Font Color

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

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


#11cbdd Background Color

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

This div background color is #11cbdd


#11cbdd Border Color

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

This div border color is #11cbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11cbdd


Comments

No comments written yet.

Please login to write comment.