Color Hex Logo

#11f6fd Color Hex

#11F6FD
(17,246,253)
0 Favorites   0 Comments

Color spaces of #11f6fd

RGB 17246253
HSL0.500.980.53
HSV182°93°99°
CMYK 0.930.030.00   0.01
XYZ50.916673.1226104.3590
Yxy73.12260.22290.3202
Hunter Lab85.5118-43.3606-12.4996
CIE-Lab88.5062-44.3787-17.0078

#11f6fd color RGB value is (17,246,253).

#11f6fd hex color red value is 17, green value is 246 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #11f6fd hue: 0.50 , saturation: 0.98 and the lightness value of 11f6fd is 0.53.

The process color (four color CMYK) of #11f6fd color hex is 0.93, 0.03, 0.00, 0.01. Web safe color of #11f6fd is #00ffff. Color #11f6fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 11110110 11111101
Octal 21 366 375
Decimal 17 246 253
Hex 11 F6 FD

RGB Percentages of Color #11f6fd

%3.29
%47.67
%49.03

CMYK Percentages of Color #11f6fd

%93
%3
%0
%1

Triadic Colors of #11f6fd

#11f6fd #fd11f6 #f6fd11

Analogous Colors of #11f6fd

#11f6fd #1180fd #11fd8e

Monochromatic Colors of #11f6fd

#11f6fd

Complementary Color

#11f6fd #fd1811

#11f6fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11f6fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#11f6fd Color CSS Codes

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

#11f6fd Text Font Color

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

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


#11f6fd Background Color

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

This div background color is #11f6fd


#11f6fd Border Color

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

This div border color is #11f6fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11f6fd


Comments

No comments written yet.

Please login to write comment.