Color Hex Logo

#11accc Color Hex

#11ACCC
(17,172,204)
0 Favorites   0 Comments

Color spaces of #11accc

RGB 17172204
HSL0.530.850.43
HSV190°92°80°
CMYK 0.920.160.00   0.20
XYZ25.882833.983962.3221
Yxy33.98390.21180.2781
Hunter Lab58.2957-22.7650-22.5781
CIE-Lab64.9498-24.8350-26.4885

#11accc color RGB value is (17,172,204).

#11accc hex color red value is 17, green value is 172 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #11accc hue: 0.53 , saturation: 0.85 and the lightness value of 11accc is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10101100 11001100
Octal 21 254 314
Decimal 17 172 204
Hex 11 AC CC

RGB Percentages of Color #11accc

%4.33
%43.77
%51.91

CMYK Percentages of Color #11accc

%92
%16
%0
%20

Triadic Colors of #11accc

#11accc #cc11ac #accc11

Analogous Colors of #11accc

#11accc #114fcc #11cc8f

Monochromatic Colors of #11accc

#11accc

Complementary Color

#11accc #cc3111

#11accc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11accc Color Preview on White Background

Lorem ipsum dolor sit amet.

#11accc Color CSS Codes

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

#11accc Text Font Color

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

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


#11accc Background Color

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

This div background color is #11accc


#11accc Border Color

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

This div border color is #11accc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11accc


Comments

No comments written yet.

Please login to write comment.