Color Hex Logo

#11cbdf Color Hex

#11CBDF
(17,203,223)
0 Favorites   0 Comments

Color spaces of #11cbdf

RGB 17203223
HSL0.520.860.47
HSV186°92°87°
CMYK 0.920.090.00   0.13
XYZ34.906448.158877.2678
Yxy48.15880.21770.3004
Hunter Lab69.3965-31.6586-17.4374
CIE-Lab74.9250-33.8555-21.6251

#11cbdf color RGB value is (17,203,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11001011 11011111
Octal 21 313 337
Decimal 17 203 223
Hex 11 CB DF

RGB Percentages of Color #11cbdf

%3.84
%45.82
%50.34

CMYK Percentages of Color #11cbdf

%92
%9
%0
%13

Triadic Colors of #11cbdf

#11cbdf #df11cb #cbdf11

Analogous Colors of #11cbdf

#11cbdf #1164df #11df8c

Monochromatic Colors of #11cbdf

#11cbdf

Complementary Color

#11cbdf #df2511

#11cbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11cbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#11cbdf Color CSS Codes

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

#11cbdf Text Font Color

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

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


#11cbdf Background Color

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

This div background color is #11cbdf


#11cbdf Border Color

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

This div border color is #11cbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11cbdf


Comments

No comments written yet.

Please login to write comment.