Color Hex Logo

#11aabe Color Hex

#11AABE
(17,170,190)
0 Favorites   0 Comments

Color spaces of #11aabe

RGB 17170190
HSL0.520.840.41
HSV187°91°75°
CMYK 0.910.110.00   0.25
XYZ23.900232.586353.7453
Yxy32.58630.21680.2956
Hunter Lab57.0844-25.1630-15.8628
CIE-Lab63.8245-28.4804-20.4321

#11aabe color RGB value is (17,170,190).

#11aabe hex color red value is 17, green value is 170 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #11aabe hue: 0.52 , saturation: 0.84 and the lightness value of 11aabe is 0.41.

The process color (four color CMYK) of #11aabe color hex is 0.91, 0.11, 0.00, 0.25. Web safe color of #11aabe is #0099cc. Color #11aabe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10101010 10111110
Octal 21 252 276
Decimal 17 170 190
Hex 11 AA BE

RGB Percentages of Color #11aabe

%4.51
%45.09
%50.40

CMYK Percentages of Color #11aabe

%91
%11
%0
%25

Triadic Colors of #11aabe

#11aabe #be11aa #aabe11

Analogous Colors of #11aabe

#11aabe #1154be #11be7c

Monochromatic Colors of #11aabe

#11aabe

Complementary Color

#11aabe #be2511

#11aabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11aabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#11aabe Color CSS Codes

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

#11aabe Text Font Color

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

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


#11aabe Background Color

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

This div background color is #11aabe


#11aabe Border Color

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

This div border color is #11aabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11aabe


Comments

No comments written yet.

Please login to write comment.