Color Hex Logo

#11bfff Color Hex

#11BFFF
(17,191,255)
0 Favorites   0 Comments

Color spaces of #11bfff

RGB 17191255
HSL0.541.000.53
HSV196°93°100°
CMYK 0.930.250.00   0.00
XYZ36.912044.6008101.2711
Yxy44.60080.20190.2440
Hunter Lab66.7838-18.2132-43.1588
CIE-Lab72.6283-17.2254-42.4190

#11bfff color RGB value is (17,191,255).

#11bfff hex color red value is 17, green value is 191 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #11bfff hue: 0.54 , saturation: 1.00 and the lightness value of 11bfff is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10111111 11111111
Octal 21 277 377
Decimal 17 191 255
Hex 11 BF FF

RGB Percentages of Color #11bfff

%3.67
%41.25
%55.08

CMYK Percentages of Color #11bfff

%93
%25
%0
%0

Triadic Colors of #11bfff

#11bfff #ff11bf #bfff11

Analogous Colors of #11bfff

#11bfff #1148ff #11ffc8

Monochromatic Colors of #11bfff

#11bfff

Complementary Color

#11bfff #ff5111

#11bfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11bfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#11bfff Color CSS Codes

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

#11bfff Text Font Color

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

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


#11bfff Background Color

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

This div background color is #11bfff


#11bfff Border Color

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

This div border color is #11bfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11bfff


Comments

No comments written yet.

Please login to write comment.