Color Hex Logo

#11bddc Color Hex

#11BDDC
(17,189,220)
0 Favorites   0 Comments

Color spaces of #11bddc

RGB 17189220
HSL0.530.860.46
HSV189°92°86°
CMYK 0.920.140.00   0.14
XYZ31.347041.681774.1034
Yxy41.68170.21310.2833
Hunter Lab64.5614-26.3138-22.8600
CIE-Lab70.6509-28.0421-26.5249

#11bddc color RGB value is (17,189,220).

#11bddc hex color red value is 17, green value is 189 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #11bddc hue: 0.53 , saturation: 0.86 and the lightness value of 11bddc is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10111101 11011100
Octal 21 275 334
Decimal 17 189 220
Hex 11 BD DC

RGB Percentages of Color #11bddc

%3.99
%44.37
%51.64

CMYK Percentages of Color #11bddc

%92
%14
%0
%14

Triadic Colors of #11bddc

#11bddc #dc11bd #bddc11

Analogous Colors of #11bddc

#11bddc #1157dc #11dc96

Monochromatic Colors of #11bddc

#11bddc

Complementary Color

#11bddc #dc3011

#11bddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11bddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#11bddc Color CSS Codes

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

#11bddc Text Font Color

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

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


#11bddc Background Color

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

This div background color is #11bddc


#11bddc Border Color

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

This div border color is #11bddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11bddc


Comments

No comments written yet.

Please login to write comment.