Color Hex Logo

#11bdda Color Hex

#11BDDA
(17,189,218)
0 Favorites   0 Comments

Color spaces of #11bdda

RGB 17189218
HSL0.520.860.46
HSV189°92°85°
CMYK 0.920.130.00   0.15
XYZ31.083741.576372.7164
Yxy41.57630.21380.2860
Hunter Lab64.4797-26.7900-21.7280
CIE-Lab70.5778-28.6970-25.5464

#11bdda color RGB value is (17,189,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10111101 11011010
Octal 21 275 332
Decimal 17 189 218
Hex 11 BD DA

RGB Percentages of Color #11bdda

%4.01
%44.58
%51.42

CMYK Percentages of Color #11bdda

%92
%13
%0
%15

Triadic Colors of #11bdda

#11bdda #da11bd #bdda11

Analogous Colors of #11bdda

#11bdda #1159da #11da93

Monochromatic Colors of #11bdda

#11bdda

Complementary Color

#11bdda #da2e11

#11bdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11bdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#11bdda Color CSS Codes

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

#11bdda Text Font Color

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

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


#11bdda Background Color

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

This div background color is #11bdda


#11bdda Border Color

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

This div border color is #11bdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11bdda


Comments

No comments written yet.

Please login to write comment.