Color Hex Logo

#11ccce Color Hex

#11CCCE
(17,204,206)
0 Favorites   0 Comments

Color spaces of #11ccce

RGB 17204206
HSL0.500.850.44
HSV181°92°81°
CMYK 0.920.010.00   0.19
XYZ32.964647.761165.8739
Yxy47.76110.22490.3258
Hunter Lab69.1094-35.7985-8.1376
CIE-Lab74.6740-39.5403-12.8191

#11ccce color RGB value is (17,204,206).

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

The process color (four color CMYK) of #11ccce color hex is 0.92, 0.01, 0.00, 0.19. Web safe color of #11ccce is #00cccc. Color #11ccce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 11001100 11001110
Octal 21 314 316
Decimal 17 204 206
Hex 11 CC CE

RGB Percentages of Color #11ccce

%3.98
%47.78
%48.24

CMYK Percentages of Color #11ccce

%92
%1
%0
%19

Triadic Colors of #11ccce

#11ccce #ce11cc #ccce11

Analogous Colors of #11ccce

#11ccce #116ece #11ce72

Monochromatic Colors of #11ccce

#11ccce

Complementary Color

#11ccce #ce1311

#11ccce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11ccce Color Preview on White Background

Lorem ipsum dolor sit amet.

#11ccce Color CSS Codes

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

#11ccce Text Font Color

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

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


#11ccce Background Color

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

This div background color is #11ccce


#11ccce Border Color

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

This div border color is #11ccce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11ccce


Comments

No comments written yet.

Please login to write comment.