Color Hex Logo

#11facc Color Hex

#11FACC
(17,250,204)
0 Favorites   0 Comments

Color spaces of #11facc

RGB 17250204
HSL0.470.960.52
HSV168°93°98°
CMYK 0.930.000.18   0.02
XYZ45.315972.850068.7998
Yxy72.85000.24240.3896
Hunter Lab85.3522-54.595711.9547
CIE-Lab88.3761-59.28958.3371

#11facc color RGB value is (17,250,204).

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

The process color (four color CMYK) of #11facc color hex is 0.93, 0.00, 0.18, 0.02. Web safe color of #11facc is #00ffcc. Color #11facc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 11111010 11001100
Octal 21 372 314
Decimal 17 250 204
Hex 11 FA CC

RGB Percentages of Color #11facc

%3.61
%53.08
%43.31

CMYK Percentages of Color #11facc

%93
%0
%18
%2

Triadic Colors of #11facc

#11facc #cc11fa #facc11

Analogous Colors of #11facc

#11facc #11b4fa #11fa58

Monochromatic Colors of #11facc

#11facc

Complementary Color

#11facc #fa113f

#11facc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11facc Color Preview on White Background

Lorem ipsum dolor sit amet.

#11facc Color CSS Codes

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

#11facc Text Font Color

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

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


#11facc Background Color

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

This div background color is #11facc


#11facc Border Color

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

This div border color is #11facc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11facc


Comments

No comments written yet.

Please login to write comment.