Color Hex Logo

#11abae Color Hex

#11ABAE
(17,171,174)
0 Favorites   0 Comments

Color spaces of #11abae

RGB 17171174
HSL0.500.820.37
HSV181°90°68°
CMYK 0.900.020.00   0.32
XYZ22.434132.301045.0967
Yxy32.30100.22470.3236
Hunter Lab56.8340-29.0001-7.2617
CIE-Lab63.5909-34.0630-11.8562

#11abae color RGB value is (17,171,174).

#11abae hex color red value is 17, green value is 171 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #11abae hue: 0.50 , saturation: 0.82 and the lightness value of 11abae is 0.37.

The process color (four color CMYK) of #11abae color hex is 0.90, 0.02, 0.00, 0.32. Web safe color of #11abae is #009999. Color #11abae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10101011 10101110
Octal 21 253 256
Decimal 17 171 174
Hex 11 AB AE

RGB Percentages of Color #11abae

%4.70
%47.24
%48.07

CMYK Percentages of Color #11abae

%90
%2
%0
%32

Triadic Colors of #11abae

#11abae #ae11ab #abae11

Analogous Colors of #11abae

#11abae #115dae #11ae62

Monochromatic Colors of #11abae

#11abae

Complementary Color

#11abae #ae1411

#11abae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11abae Color Preview on White Background

Lorem ipsum dolor sit amet.

#11abae Color CSS Codes

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

#11abae Text Font Color

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

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


#11abae Background Color

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

This div background color is #11abae


#11abae Border Color

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

This div border color is #11abae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11abae


Comments

No comments written yet.

Please login to write comment.