Color Hex Logo

#11b2ce Color Hex

#11B2CE
(17,178,206)
0 Favorites   0 Comments

Color spaces of #11b2ce

RGB 17178206
HSL0.520.850.44
HSV189°92°81°
CMYK 0.920.140.00   0.19
XYZ27.292136.416263.9831
Yxy36.41620.21370.2852
Hunter Lab60.3458-24.8765-20.6215
CIE-Lab66.8367-27.1898-24.6975

#11b2ce color RGB value is (17,178,206).

#11b2ce hex color red value is 17, green value is 178 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #11b2ce hue: 0.52 , saturation: 0.85 and the lightness value of 11b2ce is 0.44.

The process color (four color CMYK) of #11b2ce color hex is 0.92, 0.14, 0.00, 0.19. Web safe color of #11b2ce is #0099cc. Color #11b2ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10110010 11001110
Octal 21 262 316
Decimal 17 178 206
Hex 11 B2 CE

RGB Percentages of Color #11b2ce

%4.24
%44.39
%51.37

CMYK Percentages of Color #11b2ce

%92
%14
%0
%19

Triadic Colors of #11b2ce

#11b2ce #ce11b2 #b2ce11

Analogous Colors of #11b2ce

#11b2ce #1153ce #11ce8c

Monochromatic Colors of #11b2ce

#11b2ce

Complementary Color

#11b2ce #ce2d11

#11b2ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11b2ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#11b2ce Color CSS Codes

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

#11b2ce Text Font Color

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

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


#11b2ce Background Color

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

This div background color is #11b2ce


#11b2ce Border Color

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

This div border color is #11b2ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11b2ce


Comments

No comments written yet.

Please login to write comment.