Color Hex Logo

#11aafc Color Hex

#11AAFC
(17,170,252)
0 Favorites   0 Comments

Color spaces of #11aafc

RGB 17170252
HSL0.560.980.53
HSV201°93°99°
CMYK 0.930.330.00   0.01
XYZ32.176635.896997.3284
Yxy35.89690.19450.2170
Hunter Lab59.9140-8.9868-54.3749
CIE-Lab66.4411-6.8753-50.5195

#11aafc color RGB value is (17,170,252).

#11aafc hex color red value is 17, green value is 170 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #11aafc hue: 0.56 , saturation: 0.98 and the lightness value of 11aafc is 0.53.

The process color (four color CMYK) of #11aafc color hex is 0.93, 0.33, 0.00, 0.01. Web safe color of #11aafc is #0099ff. Color #11aafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10101010 11111100
Octal 21 252 374
Decimal 17 170 252
Hex 11 AA FC

RGB Percentages of Color #11aafc

%3.87
%38.72
%57.40

CMYK Percentages of Color #11aafc

%93
%33
%0
%1

Triadic Colors of #11aafc

#11aafc #fc11aa #aafc11

Analogous Colors of #11aafc

#11aafc #1134fc #11fcd9

Monochromatic Colors of #11aafc

#11aafc

Complementary Color

#11aafc #fc6311

#11aafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11aafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#11aafc Color CSS Codes

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

#11aafc Text Font Color

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

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


#11aafc Background Color

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

This div background color is #11aafc


#11aafc Border Color

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

This div border color is #11aafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11aafc


Comments

No comments written yet.

Please login to write comment.