Color Hex Logo

#11acca Color Hex

#11ACCA
(17,172,202)
0 Favorites   0 Comments

Color spaces of #11acca

RGB 17172202
HSL0.530.840.43
HSV190°92°79°
CMYK 0.920.150.00   0.21
XYZ25.644433.888561.0666
Yxy33.88850.21260.2810
Hunter Lab58.2138-23.2412-21.4458
CIE-Lab64.8740-25.5063-25.4965

#11acca color RGB value is (17,172,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10101100 11001010
Octal 21 254 312
Decimal 17 172 202
Hex 11 AC CA

RGB Percentages of Color #11acca

%4.35
%43.99
%51.66

CMYK Percentages of Color #11acca

%92
%15
%0
%21

Triadic Colors of #11acca

#11acca #ca11ac #acca11

Analogous Colors of #11acca

#11acca #1150ca #11ca8c

Monochromatic Colors of #11acca

#11acca

Complementary Color

#11acca #ca2f11

#11acca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11acca Color Preview on White Background

Lorem ipsum dolor sit amet.

#11acca Color CSS Codes

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

#11acca Text Font Color

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

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


#11acca Background Color

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

This div background color is #11acca


#11acca Border Color

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

This div border color is #11acca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11acca


Comments

No comments written yet.

Please login to write comment.