Color Hex Logo

#11abbe Color Hex

#11ABBE
(17,171,190)
0 Favorites   0 Comments

Color spaces of #11abbe

RGB 17171190
HSL0.520.840.41
HSV187°91°75°
CMYK 0.910.100.00   0.25
XYZ24.088332.962753.8080
Yxy32.96270.21730.2973
Hunter Lab57.4132-25.5814-15.3778
CIE-Lab64.1307-28.9743-19.9656

#11abbe color RGB value is (17,171,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10101011 10111110
Octal 21 253 276
Decimal 17 171 190
Hex 11 AB BE

RGB Percentages of Color #11abbe

%4.50
%45.24
%50.26

CMYK Percentages of Color #11abbe

%91
%10
%0
%25

Triadic Colors of #11abbe

#11abbe #be11ab #abbe11

Analogous Colors of #11abbe

#11abbe #1155be #11be7b

Monochromatic Colors of #11abbe

#11abbe

Complementary Color

#11abbe #be2411

#11abbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11abbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#11abbe Color CSS Codes

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

#11abbe Text Font Color

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

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


#11abbe Background Color

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

This div background color is #11abbe


#11abbe Border Color

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

This div border color is #11abbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,171,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 #11abbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11abbe


Comments

No comments written yet.

Please login to write comment.