Color Hex Logo

#11ccae Color Hex

#11CCAE
(17,204,174)
0 Favorites   0 Comments

Color spaces of #11ccae

RGB 17204174
HSL0.470.850.43
HSV170°92°80°
CMYK 0.920.000.15   0.20
XYZ29.464046.360947.4400
Yxy46.36090.23900.3761
Hunter Lab68.0888-41.91346.3527
CIE-Lab73.7791-48.58613.1710

#11ccae color RGB value is (17,204,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11001100 10101110
Octal 21 314 256
Decimal 17 204 174
Hex 11 CC AE

RGB Percentages of Color #11ccae

%4.30
%51.65
%44.05

CMYK Percentages of Color #11ccae

%92
%0
%15
%20

Triadic Colors of #11ccae

#11ccae #ae11cc #ccae11

Analogous Colors of #11ccae

#11ccae #118dcc #11cc51

Monochromatic Colors of #11ccae

#11ccae

Complementary Color

#11ccae #cc112f

#11ccae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11ccae Color Preview on White Background

Lorem ipsum dolor sit amet.

#11ccae Color CSS Codes

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

#11ccae Text Font Color

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

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


#11ccae Background Color

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

This div background color is #11ccae


#11ccae Border Color

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

This div border color is #11ccae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11ccae


Comments

No comments written yet.

Please login to write comment.