Color Hex Logo

#11acdc Color Hex

#11ACDC
(17,172,220)
0 Favorites   0 Comments

Color spaces of #11acdc

RGB 17172220
HSL0.540.860.46
HSV194°92°86°
CMYK 0.920.220.00   0.14
XYZ27.902034.791572.9550
Yxy34.79150.20570.2565
Hunter Lab58.9843-18.7847-32.0441
CIE-Lab65.5860-19.3598-34.3440

#11acdc color RGB value is (17,172,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10101100 11011100
Octal 21 254 334
Decimal 17 172 220
Hex 11 AC DC

RGB Percentages of Color #11acdc

%4.16
%42.05
%53.79

CMYK Percentages of Color #11acdc

%92
%22
%0
%14

Triadic Colors of #11acdc

#11acdc #dc11ac #acdc11

Analogous Colors of #11acdc

#11acdc #1147dc #11dca7

Monochromatic Colors of #11acdc

#11acdc

Complementary Color

#11acdc #dc4111

#11acdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11acdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#11acdc Color CSS Codes

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

#11acdc Text Font Color

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

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


#11acdc Background Color

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

This div background color is #11acdc


#11acdc Border Color

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

This div border color is #11acdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11acdc


Comments

No comments written yet.

Please login to write comment.