Color Hex Logo

#11caac Color Hex

#11CAAC
(17,202,172)
0 Favorites   0 Comments

Color spaces of #11caac

RGB 17202172
HSL0.470.840.43
HSV170°92°79°
CMYK 0.920.000.15   0.21
XYZ28.798145.338846.2632
Yxy45.33880.23920.3766
Hunter Lab67.3341-41.49206.3975
CIE-Lab73.1144-48.28983.2892

#11caac color RGB value is (17,202,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11001010 10101100
Octal 21 312 254
Decimal 17 202 172
Hex 11 CA AC

RGB Percentages of Color #11caac

%4.35
%51.66
%43.99

CMYK Percentages of Color #11caac

%92
%0
%15
%21

Triadic Colors of #11caac

#11caac #ac11ca #caac11

Analogous Colors of #11caac

#11caac #118cca #11ca50

Monochromatic Colors of #11caac

#11caac

Complementary Color

#11caac #ca112f

#11caac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11caac Color Preview on White Background

Lorem ipsum dolor sit amet.

#11caac Color CSS Codes

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

#11caac Text Font Color

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

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


#11caac Background Color

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

This div background color is #11caac


#11caac Border Color

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

This div border color is #11caac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11caac


Comments

No comments written yet.

Please login to write comment.