Color Hex Logo

#11befe Color Hex

#11BEFE
(17,190,254)
0 Favorites   0 Comments

Color spaces of #11befe

RGB 17190254
HSL0.550.990.53
HSV196°93°100°
CMYK 0.930.250.00   0.00
XYZ36.534044.1018100.3529
Yxy44.10180.20190.2437
Hunter Lab66.4092-18.0170-43.1085
CIE-Lab72.2965-17.0449-42.3992

#11befe color RGB value is (17,190,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10111110 11111110
Octal 21 276 376
Decimal 17 190 254
Hex 11 BE FE

RGB Percentages of Color #11befe

%3.69
%41.21
%55.10

CMYK Percentages of Color #11befe

%93
%25
%0
%0

Triadic Colors of #11befe

#11befe #fe11be #befe11

Analogous Colors of #11befe

#11befe #1148fe #11fec8

Monochromatic Colors of #11befe

#11befe

Complementary Color

#11befe #fe5111

#11befe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11befe Color Preview on White Background

Lorem ipsum dolor sit amet.

#11befe Color CSS Codes

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

#11befe Text Font Color

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

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


#11befe Background Color

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

This div background color is #11befe


#11befe Border Color

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

This div border color is #11befe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11befe


Comments

No comments written yet.

Please login to write comment.