Color Hex Logo

#11cccb Color Hex

#11CCCB
(17,204,203)
0 Favorites   0 Comments

Color spaces of #11cccb

RGB 17204203
HSL0.500.850.43
HSV180°92°80°
CMYK 0.920.000.00   0.20
XYZ32.603547.616763.9725
Yxy47.61670.22610.3302
Hunter Lab69.0049-36.4206-6.6627
CIE-Lab74.5825-40.4334-11.3334

#11cccb color RGB value is (17,204,203).

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

The process color (four color CMYK) of #11cccb color hex is 0.92, 0.00, 0.00, 0.20. Web safe color of #11cccb is #00cccc. Color #11cccb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 11001100 11001011
Octal 21 314 313
Decimal 17 204 203
Hex 11 CC CB

RGB Percentages of Color #11cccb

%4.01
%48.11
%47.88

CMYK Percentages of Color #11cccb

%92
%0
%0
%20

Triadic Colors of #11cccb

#11cccb #cb11cc #cccb11

Analogous Colors of #11cccb

#11cccb #1170cc #11cc6e

Monochromatic Colors of #11cccb

#11cccb

Complementary Color

#11cccb #cc1112

#11cccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11cccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#11cccb Color CSS Codes

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

#11cccb Text Font Color

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

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


#11cccb Background Color

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

This div background color is #11cccb


#11cccb Border Color

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

This div border color is #11cccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11cccb


Comments

No comments written yet.

Please login to write comment.