Color Hex Logo

#11abde Color Hex

#11ABDE
(17,171,222)
0 Favorites   0 Comments

Color spaces of #11abde

RGB 17171222
HSL0.540.860.47
HSV195°92°87°
CMYK 0.920.230.00   0.13
XYZ27.978934.518974.2954
Yxy34.51890.20450.2523
Hunter Lab58.7528-17.8132-33.8478
CIE-Lab65.3724-18.1339-35.7776

#11abde color RGB value is (17,171,222).

#11abde hex color red value is 17, green value is 171 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #11abde hue: 0.54 , saturation: 0.86 and the lightness value of 11abde is 0.47.

The process color (four color CMYK) of #11abde color hex is 0.92, 0.23, 0.00, 0.13. Web safe color of #11abde is #0099cc. Color #11abde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10101011 11011110
Octal 21 253 336
Decimal 17 171 222
Hex 11 AB DE

RGB Percentages of Color #11abde

%4.15
%41.71
%54.15

CMYK Percentages of Color #11abde

%92
%23
%0
%13

Triadic Colors of #11abde

#11abde #de11ab #abde11

Analogous Colors of #11abde

#11abde #1145de #11deab

Monochromatic Colors of #11abde

#11abde

Complementary Color

#11abde #de4411

#11abde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11abde Color Preview on White Background

Lorem ipsum dolor sit amet.

#11abde Color CSS Codes

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

#11abde Text Font Color

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

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


#11abde Background Color

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

This div background color is #11abde


#11abde Border Color

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

This div border color is #11abde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11abde


Comments

No comments written yet.

Please login to write comment.