Color Hex Logo

#11ddfb Color Hex

#11DDFB
(17,221,251)
0 Favorites   0 Comments

Color spaces of #11ddfb

RGB 17221251
HSL0.520.970.53
HSV188°93°98°
CMYK 0.930.120.00   0.02
XYZ43.500258.7971100.3231
Yxy58.79710.21470.2902
Hunter Lab76.6793-32.9255-23.8964
CIE-Lab81.1799-33.5596-27.0637

#11ddfb color RGB value is (17,221,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11011101 11111011
Octal 21 335 373
Decimal 17 221 251
Hex 11 DD FB

RGB Percentages of Color #11ddfb

%3.48
%45.19
%51.33

CMYK Percentages of Color #11ddfb

%93
%12
%0
%2

Triadic Colors of #11ddfb

#11ddfb #fb11dd #ddfb11

Analogous Colors of #11ddfb

#11ddfb #1168fb #11fba4

Monochromatic Colors of #11ddfb

#11ddfb

Complementary Color

#11ddfb #fb2f11

#11ddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11ddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#11ddfb Color CSS Codes

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

#11ddfb Text Font Color

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

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


#11ddfb Background Color

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

This div background color is #11ddfb


#11ddfb Border Color

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

This div border color is #11ddfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11ddfb


Comments

No comments written yet.

Please login to write comment.