Color Hex Logo

#11fadd Color Hex

#11FADD
(17,250,221)
0 Favorites   0 Comments

Color spaces of #11fadd

RGB 17250221
HSL0.480.960.52
HSV173°93°98°
CMYK 0.930.000.12   0.02
XYZ47.467973.710880.1324
Yxy73.71080.23580.3662
Hunter Lab85.8550-51.55634.7604
CIE-Lab88.7856-54.96670.0947

#11fadd color RGB value is (17,250,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11111010 11011101
Octal 21 372 335
Decimal 17 250 221
Hex 11 FA DD

RGB Percentages of Color #11fadd

%3.48
%51.23
%45.29

CMYK Percentages of Color #11fadd

%93
%0
%12
%2

Triadic Colors of #11fadd

#11fadd #dd11fa #fadd11

Analogous Colors of #11fadd

#11fadd #11a3fa #11fa69

Monochromatic Colors of #11fadd

#11fadd

Complementary Color

#11fadd #fa112e

#11fadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11fadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#11fadd Color CSS Codes

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

#11fadd Text Font Color

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

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


#11fadd Background Color

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

This div background color is #11fadd


#11fadd Border Color

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

This div border color is #11fadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11fadd


Comments

No comments written yet.

Please login to write comment.