Color Hex Logo

#11acd2 Color Hex

#11ACD2
(17,172,210)
0 Favorites   0 Comments

Color spaces of #11acd2

RGB 17172210
HSL0.530.850.45
HSV192°92°82°
CMYK 0.920.180.00   0.18
XYZ26.616534.277466.1861
Yxy34.27740.20940.2697
Hunter Lab58.5469-21.3077-26.0433
CIE-Lab65.1822-22.8028-29.4511

#11acd2 color RGB value is (17,172,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10101100 11010010
Octal 21 254 322
Decimal 17 172 210
Hex 11 AC D2

RGB Percentages of Color #11acd2

%4.26
%43.11
%52.63

CMYK Percentages of Color #11acd2

%92
%18
%0
%18

Triadic Colors of #11acd2

#11acd2 #d211ac #acd211

Analogous Colors of #11acd2

#11acd2 #114cd2 #11d298

Monochromatic Colors of #11acd2

#11acd2

Complementary Color

#11acd2 #d23711

#11acd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11acd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#11acd2 Color CSS Codes

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

#11acd2 Text Font Color

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

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


#11acd2 Background Color

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

This div background color is #11acd2


#11acd2 Border Color

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

This div border color is #11acd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11acd2


Comments

No comments written yet.

Please login to write comment.