Color Hex Logo

#11baff Color Hex

#11BAFF
(17,186,255)
0 Favorites   0 Comments

Color spaces of #11baff

RGB 17186255
HSL0.551.000.53
HSV197°93°100°
CMYK 0.930.270.00   0.00
XYZ35.840142.4570100.9138
Yxy42.45700.20000.2369
Hunter Lab65.1590-15.8461-46.2129
CIE-Lab71.1849-14.5698-44.6778

#11baff color RGB value is (17,186,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10111010 11111111
Octal 21 272 377
Decimal 17 186 255
Hex 11 BA FF

RGB Percentages of Color #11baff

%3.71
%40.61
%55.68

CMYK Percentages of Color #11baff

%93
%27
%0
%0

Triadic Colors of #11baff

#11baff #ff11ba #baff11

Analogous Colors of #11baff

#11baff #1143ff #11ffcd

Monochromatic Colors of #11baff

#11baff

Complementary Color

#11baff #ff5611

#11baff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11baff Color Preview on White Background

Lorem ipsum dolor sit amet.

#11baff Color CSS Codes

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

#11baff Text Font Color

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

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


#11baff Background Color

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

This div background color is #11baff


#11baff Border Color

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

This div border color is #11baff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,186,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 #11baff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11baff

Related Colors


Comments

No comments written yet.

Please login to write comment.