Color Hex Logo

#11affb Color Hex

#11AFFB
(17,175,251)
0 Favorites   0 Comments

Color spaces of #11affb

RGB 17175251
HSL0.550.970.53
HSV199°93°98°
CMYK 0.930.300.00   0.02
XYZ32.973737.744196.8142
Yxy37.74410.19680.2253
Hunter Lab61.4362-11.7099-50.4267
CIE-Lab67.8316-10.0148-47.7821

#11affb color RGB value is (17,175,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10101111 11111011
Octal 21 257 373
Decimal 17 175 251
Hex 11 AF FB

RGB Percentages of Color #11affb

%3.84
%39.50
%56.66

CMYK Percentages of Color #11affb

%93
%30
%0
%2

Triadic Colors of #11affb

#11affb #fb11af #affb11

Analogous Colors of #11affb

#11affb #113afb #11fbd2

Monochromatic Colors of #11affb

#11affb

Complementary Color

#11affb #fb5d11

#11affb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11affb Color Preview on White Background

Lorem ipsum dolor sit amet.

#11affb Color CSS Codes

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

#11affb Text Font Color

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

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


#11affb Background Color

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

This div background color is #11affb


#11affb Border Color

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

This div border color is #11affb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11affb


Comments

No comments written yet.

Please login to write comment.