Color Hex Logo

#11a3ff Color Hex

#11A3FF
(17,163,255)
0 Favorites   0 Comments

Color spaces of #11a3ff

RGB 17163255
HSL0.561.000.53
HSV203°93°100°
CMYK 0.930.360.00   0.00
XYZ31.378433.533699.4265
Yxy33.53360.19090.2041
Hunter Lab57.9082-4.6165-61.2633
CIE-Lab64.5907-1.8051-55.0844

#11a3ff color RGB value is (17,163,255).

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

The process color (four color CMYK) of #11a3ff color hex is 0.93, 0.36, 0.00, 0.00. Web safe color of #11a3ff is #0099ff. Color #11a3ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10100011 11111111
Octal 21 243 377
Decimal 17 163 255
Hex 11 A3 FF

RGB Percentages of Color #11a3ff

%3.91
%37.47
%58.62

CMYK Percentages of Color #11a3ff

%93
%36
%0
%0

Triadic Colors of #11a3ff

#11a3ff #ff11a3 #a3ff11

Analogous Colors of #11a3ff

#11a3ff #112cff #11ffe4

Monochromatic Colors of #11a3ff

#11a3ff

Complementary Color

#11a3ff #ff6d11

#11a3ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11a3ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#11a3ff Color CSS Codes

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

#11a3ff Text Font Color

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

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


#11a3ff Background Color

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

This div background color is #11a3ff


#11a3ff Border Color

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

This div border color is #11a3ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11a3ff


Comments

No comments written yet.

Please login to write comment.