Color Hex Logo

#11beed Color Hex

#11BEED
(17,190,237)
0 Favorites   0 Comments

Color spaces of #11beed

RGB 17190237
HSL0.540.870.50
HSV193°93°93°
CMYK 0.930.200.00   0.07
XYZ33.930743.060586.6439
Yxy43.06050.20740.2631
Hunter Lab65.6205-22.5380-32.3509
CIE-Lab71.5960-22.8742-34.3068

#11beed color RGB value is (17,190,237).

#11beed hex color red value is 17, green value is 190 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #11beed hue: 0.54 , saturation: 0.87 and the lightness value of 11beed is 0.50.

The process color (four color CMYK) of #11beed color hex is 0.93, 0.20, 0.00, 0.07. Web safe color of #11beed is #00ccff. Color #11beed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10111110 11101101
Octal 21 276 355
Decimal 17 190 237
Hex 11 BE ED

RGB Percentages of Color #11beed

%3.83
%42.79
%53.38

CMYK Percentages of Color #11beed

%93
%20
%0
%7

Triadic Colors of #11beed

#11beed #ed11be #beed11

Analogous Colors of #11beed

#11beed #1150ed #11edae

Monochromatic Colors of #11beed

#11beed

Complementary Color

#11beed #ed4011

#11beed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11beed Color Preview on White Background

Lorem ipsum dolor sit amet.

#11beed Color CSS Codes

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

#11beed Text Font Color

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

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


#11beed Background Color

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

This div background color is #11beed


#11beed Border Color

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

This div border color is #11beed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11beed


Comments

No comments written yet.

Please login to write comment.