Color Hex Logo

#11bcae Color Hex

#11BCAE
(17,188,174)
0 Favorites   0 Comments

Color spaces of #11bcae

RGB 17188174
HSL0.490.830.40
HSV175°91°74°
CMYK 0.910.000.07   0.26
XYZ25.854439.141646.2368
Yxy39.14160.23240.3519
Hunter Lab62.5632-35.7202-0.0235
CIE-Lab68.8537-41.7808-4.0283

#11bcae color RGB value is (17,188,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10111100 10101110
Octal 21 274 256
Decimal 17 188 174
Hex 11 BC AE

RGB Percentages of Color #11bcae

%4.49
%49.60
%45.91

CMYK Percentages of Color #11bcae

%91
%0
%7
%26

Triadic Colors of #11bcae

#11bcae #ae11bc #bcae11

Analogous Colors of #11bcae

#11bcae #1175bc #11bc58

Monochromatic Colors of #11bcae

#11bcae

Complementary Color

#11bcae #bc111f

#11bcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11bcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#11bcae Color CSS Codes

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

#11bcae Text Font Color

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

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


#11bcae Background Color

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

This div background color is #11bcae


#11bcae Border Color

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

This div border color is #11bcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11bcae


Comments

No comments written yet.

Please login to write comment.