Color Hex Logo

#11aaec Color Hex

#11AAEC
(17,170,236)
0 Favorites   0 Comments

Color spaces of #11aaec

RGB 17170236
HSL0.550.870.50
HSV198°93°93°
CMYK 0.930.280.00   0.07
XYZ29.746234.924884.5302
Yxy34.92480.19940.2341
Hunter Lab59.0972-13.5733-43.4379
CIE-Lab65.6901-12.6427-42.9699

#11aaec color RGB value is (17,170,236).

#11aaec hex color red value is 17, green value is 170 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #11aaec hue: 0.55 , saturation: 0.87 and the lightness value of 11aaec is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10101010 11101100
Octal 21 252 354
Decimal 17 170 236
Hex 11 AA EC

RGB Percentages of Color #11aaec

%4.02
%40.19
%55.79

CMYK Percentages of Color #11aaec

%93
%28
%0
%7

Triadic Colors of #11aaec

#11aaec #ec11aa #aaec11

Analogous Colors of #11aaec

#11aaec #113dec #11ecc1

Monochromatic Colors of #11aaec

#11aaec

Complementary Color

#11aaec #ec5311

#11aaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11aaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#11aaec Color CSS Codes

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

#11aaec Text Font Color

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

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


#11aaec Background Color

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

This div background color is #11aaec


#11aaec Border Color

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

This div border color is #11aaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11aaec


Comments

No comments written yet.

Please login to write comment.