Color Hex Logo

#11bedb Color Hex

#11BEDB
(17,190,219)
0 Favorites   0 Comments

Color spaces of #11bedb

RGB 17190219
HSL0.520.860.46
HSV189°92°86°
CMYK 0.920.130.00   0.14
XYZ31.430842.060673.4798
Yxy42.06060.21390.2862
Hunter Lab64.8541-26.9868-21.7777
CIE-Lab70.9127-28.8629-25.5787

#11bedb color RGB value is (17,190,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10111110 11011011
Octal 21 276 333
Decimal 17 190 219
Hex 11 BE DB

RGB Percentages of Color #11bedb

%3.99
%44.60
%51.41

CMYK Percentages of Color #11bedb

%92
%13
%0
%14

Triadic Colors of #11bedb

#11bedb #db11be #bedb11

Analogous Colors of #11bedb

#11bedb #1159db #11db93

Monochromatic Colors of #11bedb

#11bedb

Complementary Color

#11bedb #db2e11

#11bedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11bedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#11bedb Color CSS Codes

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

#11bedb Text Font Color

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

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


#11bedb Background Color

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

This div background color is #11bedb


#11bedb Border Color

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

This div border color is #11bedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11bedb


Comments

No comments written yet.

Please login to write comment.