Color Hex Logo

#11caca Color Hex

#11CACA
(17,202,202)
0 Favorites   0 Comments

Color spaces of #11caca

RGB 17202202
HSL0.500.840.43
HSV180°92°79°
CMYK 0.920.000.00   0.21
XYZ32.012446.624563.1893
Yxy46.62450.22570.3287
Hunter Lab68.2821-35.8084-7.0704
CIE-Lab73.9489-39.8306-11.7393

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11001010 11001010
Octal 21 312 312
Decimal 17 202 202
Hex 11 CA CA

RGB Percentages of Color #11caca

%4.04
%47.98
%47.98

CMYK Percentages of Color #11caca

%92
%0
%0
%21

Triadic Colors of #11caca

#11caca #ca11ca #caca11

Analogous Colors of #11caca

#11caca #116eca #11ca6e

Monochromatic Colors of #11caca

#11caca

Complementary Color

#11caca #ca1111

#11caca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11caca Color Preview on White Background

Lorem ipsum dolor sit amet.

#11caca Color CSS Codes

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

#11caca Text Font Color

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

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


#11caca Background Color

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

This div background color is #11caca


#11caca Border Color

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

This div border color is #11caca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11caca


Comments

No comments written yet.

Please login to write comment.