Color Hex Logo

#11ccab Color Hex

#11CCAB
(17,204,171)
0 Favorites   0 Comments

Color spaces of #11ccab

RGB 17204171
HSL0.470.850.43
HSV169°92°80°
CMYK 0.920.000.16   0.20
XYZ29.174746.245245.9166
Yxy46.24520.24040.3811
Hunter Lab68.0038-42.42747.5697
CIE-Lab73.7044-49.37514.6827

#11ccab color RGB value is (17,204,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11001100 10101011
Octal 21 314 253
Decimal 17 204 171
Hex 11 CC AB

RGB Percentages of Color #11ccab

%4.34
%52.04
%43.62

CMYK Percentages of Color #11ccab

%92
%0
%16
%20

Triadic Colors of #11ccab

#11ccab #ab11cc #ccab11

Analogous Colors of #11ccab

#11ccab #1190cc #11cc4e

Monochromatic Colors of #11ccab

#11ccab

Complementary Color

#11ccab #cc1132

#11ccab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11ccab Color Preview on White Background

Lorem ipsum dolor sit amet.

#11ccab Color CSS Codes

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

#11ccab Text Font Color

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

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


#11ccab Background Color

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

This div background color is #11ccab


#11ccab Border Color

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

This div border color is #11ccab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11ccab


Comments

No comments written yet.

Please login to write comment.