Color Hex Logo

#11beef Color Hex

#11BEEF
(17,190,239)
0 Favorites   0 Comments

Color spaces of #11beef

RGB 17190239
HSL0.540.870.50
HSV193°93°94°
CMYK 0.930.210.00   0.06
XYZ34.224643.178188.1917
Yxy43.17810.20670.2607
Hunter Lab65.7100-22.0221-33.5781
CIE-Lab71.6757-22.1965-35.2665

#11beef color RGB value is (17,190,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10111110 11101111
Octal 21 276 357
Decimal 17 190 239
Hex 11 BE EF

RGB Percentages of Color #11beef

%3.81
%42.60
%53.59

CMYK Percentages of Color #11beef

%93
%21
%0
%6

Triadic Colors of #11beef

#11beef #ef11be #beef11

Analogous Colors of #11beef

#11beef #114fef #11efb1

Monochromatic Colors of #11beef

#11beef

Complementary Color

#11beef #ef4211

#11beef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11beef Color Preview on White Background

Lorem ipsum dolor sit amet.

#11beef Color CSS Codes

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

#11beef Text Font Color

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

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


#11beef Background Color

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

This div background color is #11beef


#11beef Border Color

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

This div border color is #11beef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11beef


Comments

No comments written yet.

Please login to write comment.