Color Hex Logo

#11baae Color Hex

#11BAAE
(17,186,174)
0 Favorites   0 Comments

Color spaces of #11baae

RGB 17186174
HSL0.490.830.40
HSV176°91°73°
CMYK 0.910.000.06   0.27
XYZ25.430138.293046.0954
Yxy38.29300.23160.3487
Hunter Lab61.8813-34.9379-0.8482
CIE-Lab68.2360-40.9003-4.9399

#11baae color RGB value is (17,186,174).

#11baae hex color red value is 17, green value is 186 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #11baae hue: 0.49 , saturation: 0.83 and the lightness value of 11baae is 0.40.

The process color (four color CMYK) of #11baae color hex is 0.91, 0.00, 0.06, 0.27. Web safe color of #11baae is #00cc99. Color #11baae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10111010 10101110
Octal 21 272 256
Decimal 17 186 174
Hex 11 BA AE

RGB Percentages of Color #11baae

%4.51
%49.34
%46.15

CMYK Percentages of Color #11baae

%91
%0
%6
%27

Triadic Colors of #11baae

#11baae #ae11ba #baae11

Analogous Colors of #11baae

#11baae #1172ba #11ba5a

Monochromatic Colors of #11baae

#11baae

Complementary Color

#11baae #ba111d

#11baae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11baae Color Preview on White Background

Lorem ipsum dolor sit amet.

#11baae Color CSS Codes

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

#11baae Text Font Color

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

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


#11baae Background Color

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

This div background color is #11baae


#11baae Border Color

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

This div border color is #11baae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11baae


Comments

No comments written yet.

Please login to write comment.