Color Hex Logo

#11cac5 Color Hex

#11CAC5
(17,202,197)
0 Favorites   0 Comments

Color spaces of #11cac5

RGB 17202197
HSL0.500.840.43
HSV178°92°79°
CMYK 0.920.000.02   0.21
XYZ31.429746.391460.1212
Yxy46.39140.22780.3363
Hunter Lab68.1112-36.8264-4.6569
CIE-Lab73.7988-41.3070-9.2533

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11001010 11000101
Octal 21 312 305
Decimal 17 202 197
Hex 11 CA C5

RGB Percentages of Color #11cac5

%4.09
%48.56
%47.36

CMYK Percentages of Color #11cac5

%92
%0
%2
%21

Triadic Colors of #11cac5

#11cac5 #c511ca #cac511

Analogous Colors of #11cac5

#11cac5 #1173ca #11ca69

Monochromatic Colors of #11cac5

#11cac5

Complementary Color

#11cac5 #ca1116

#11cac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11cac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#11cac5 Color CSS Codes

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

#11cac5 Text Font Color

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

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


#11cac5 Background Color

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

This div background color is #11cac5


#11cac5 Border Color

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

This div border color is #11cac5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11cac5


Comments

No comments written yet.

Please login to write comment.