Color Hex Logo

#11beea Color Hex

#11BEEA
(17,190,234)
0 Favorites   0 Comments

Color spaces of #11beea

RGB 17190234
HSL0.530.860.49
HSV192°93°92°
CMYK 0.930.190.00   0.08
XYZ33.495942.886684.3544
Yxy42.88660.20840.2668
Hunter Lab65.4879-23.3041-30.5295
CIE-Lab71.4779-23.8869-32.8633

#11beea color RGB value is (17,190,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10111110 11101010
Octal 21 276 352
Decimal 17 190 234
Hex 11 BE EA

RGB Percentages of Color #11beea

%3.85
%43.08
%53.06

CMYK Percentages of Color #11beea

%93
%19
%0
%8

Triadic Colors of #11beea

#11beea #ea11be #beea11

Analogous Colors of #11beea

#11beea #1151ea #11eaaa

Monochromatic Colors of #11beea

#11beea

Complementary Color

#11beea #ea3d11

#11beea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11beea Color Preview on White Background

Lorem ipsum dolor sit amet.

#11beea Color CSS Codes

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

#11beea Text Font Color

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

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


#11beea Background Color

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

This div background color is #11beea


#11beea Border Color

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

This div border color is #11beea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11beea


Comments

No comments written yet.

Please login to write comment.