Color Hex Logo

#11bcc4 Color Hex

#11BCC4
(17,188,196)
0 Favorites   0 Comments

Color spaces of #11bcc4

RGB 17188196
HSL0.510.840.42
HSV183°91°77°
CMYK 0.910.040.00   0.23
XYZ28.178240.071158.4739
Yxy40.07110.22240.3162
Hunter Lab63.3017-31.3204-10.4569
CIE-Lab69.5201-35.2244-15.1178

#11bcc4 color RGB value is (17,188,196).

#11bcc4 hex color red value is 17, green value is 188 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #11bcc4 hue: 0.51 , saturation: 0.84 and the lightness value of 11bcc4 is 0.42.

The process color (four color CMYK) of #11bcc4 color hex is 0.91, 0.04, 0.00, 0.23. Web safe color of #11bcc4 is #00cccc. Color #11bcc4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10111100 11000100
Octal 21 274 304
Decimal 17 188 196
Hex 11 BC C4

RGB Percentages of Color #11bcc4

%4.24
%46.88
%48.88

CMYK Percentages of Color #11bcc4

%91
%4
%0
%23

Triadic Colors of #11bcc4

#11bcc4 #c411bc #bcc411

Analogous Colors of #11bcc4

#11bcc4 #1162c4 #11c473

Monochromatic Colors of #11bcc4

#11bcc4

Complementary Color

#11bcc4 #c41911

#11bcc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11bcc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#11bcc4 Color CSS Codes

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

#11bcc4 Text Font Color

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

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


#11bcc4 Background Color

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

This div background color is #11bcc4


#11bcc4 Border Color

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

This div border color is #11bcc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11bcc4


Comments

No comments written yet.

Please login to write comment.