Color Hex Logo

#11bafa Color Hex

#11BAFA
(17,186,250)
0 Favorites   0 Comments

Color spaces of #11bafa

RGB 17186250
HSL0.550.960.52
HSV196°93°98°
CMYK 0.930.260.00   0.02
XYZ35.045442.139196.7291
Yxy42.13910.20150.2423
Hunter Lab64.9146-17.2340-42.9076
CIE-Lab70.9667-16.3194-42.3204

#11bafa color RGB value is (17,186,250).

#11bafa hex color red value is 17, green value is 186 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #11bafa hue: 0.55 , saturation: 0.96 and the lightness value of 11bafa is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10111010 11111010
Octal 21 272 372
Decimal 17 186 250
Hex 11 BA FA

RGB Percentages of Color #11bafa

%3.75
%41.06
%55.19

CMYK Percentages of Color #11bafa

%93
%26
%0
%2

Triadic Colors of #11bafa

#11bafa #fa11ba #bafa11

Analogous Colors of #11bafa

#11bafa #1146fa #11fac6

Monochromatic Colors of #11bafa

#11bafa

Complementary Color

#11bafa #fa5111

#11bafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11bafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#11bafa Color CSS Codes

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

#11bafa Text Font Color

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

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


#11bafa Background Color

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

This div background color is #11bafa


#11bafa Border Color

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

This div border color is #11bafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11bafa


Comments

No comments written yet.

Please login to write comment.