Color Hex Logo

#11bedc Color Hex

#11BEDC
(17,190,220)
0 Favorites   0 Comments

Color spaces of #11bedc

RGB 17190220
HSL0.520.860.46
HSV189°92°86°
CMYK 0.920.140.00   0.14
XYZ31.562942.113474.1753
Yxy42.11340.21350.2848
Hunter Lab64.8948-26.7489-22.3425
CIE-Lab70.9490-28.5359-26.0678

#11bedc color RGB value is (17,190,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10111110 11011100
Octal 21 276 334
Decimal 17 190 220
Hex 11 BE DC

RGB Percentages of Color #11bedc

%3.98
%44.50
%51.52

CMYK Percentages of Color #11bedc

%92
%14
%0
%14

Triadic Colors of #11bedc

#11bedc #dc11be #bedc11

Analogous Colors of #11bedc

#11bedc #1158dc #11dc95

Monochromatic Colors of #11bedc

#11bedc

Complementary Color

#11bedc #dc2f11

#11bedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11bedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#11bedc Color CSS Codes

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

#11bedc Text Font Color

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

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


#11bedc Background Color

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

This div background color is #11bedc


#11bedc Border Color

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

This div border color is #11bedc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,190,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 #11bedc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11bedc


Comments

No comments written yet.

Please login to write comment.