Color Hex Logo

#11aaef Color Hex

#11AAEF
(17,170,239)
0 Favorites   0 Comments

Color spaces of #11aaef

RGB 17170239
HSL0.550.870.50
HSV199°93°94°
CMYK 0.930.290.00   0.06
XYZ30.185935.100686.8455
Yxy35.10060.19840.2307
Hunter Lab59.2458-12.7338-45.4383
CIE-Lab65.8269-11.5680-44.3971

#11aaef color RGB value is (17,170,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10101010 11101111
Octal 21 252 357
Decimal 17 170 239
Hex 11 AA EF

RGB Percentages of Color #11aaef

%3.99
%39.91
%56.10

CMYK Percentages of Color #11aaef

%93
%29
%0
%6

Triadic Colors of #11aaef

#11aaef #ef11aa #aaef11

Analogous Colors of #11aaef

#11aaef #113bef #11efc5

Monochromatic Colors of #11aaef

#11aaef

Complementary Color

#11aaef #ef5611

#11aaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11aaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#11aaef Color CSS Codes

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

#11aaef Text Font Color

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

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


#11aaef Background Color

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

This div background color is #11aaef


#11aaef Border Color

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

This div border color is #11aaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11aaef


Comments

No comments written yet.

Please login to write comment.