Color Hex Logo

#11adfa Color Hex

#11ADFA
(17,173,250)
0 Favorites   0 Comments

Color spaces of #11adfa

RGB 17173250
HSL0.560.960.52
HSV200°93°98°
CMYK 0.930.310.00   0.02
XYZ32.430136.908495.8573
Yxy36.90840.19630.2234
Hunter Lab60.7523-11.0316-51.0235
CIE-Lab67.2083-9.2693-48.2211

#11adfa color RGB value is (17,173,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10101101 11111010
Octal 21 255 372
Decimal 17 173 250
Hex 11 AD FA

RGB Percentages of Color #11adfa

%3.86
%39.32
%56.82

CMYK Percentages of Color #11adfa

%93
%31
%0
%2

Triadic Colors of #11adfa

#11adfa #fa11ad #adfa11

Analogous Colors of #11adfa

#11adfa #1138fa #11fad3

Monochromatic Colors of #11adfa

#11adfa

Complementary Color

#11adfa #fa5e11

#11adfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11adfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#11adfa Color CSS Codes

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

#11adfa Text Font Color

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

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


#11adfa Background Color

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

This div background color is #11adfa


#11adfa Border Color

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

This div border color is #11adfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11adfa

Related Colors


Comments

No comments written yet.

Please login to write comment.