Color Hex Logo

#11cca5 Color Hex

#11CCA5
(17,204,165)
0 Favorites   0 Comments

Color spaces of #11cca5

RGB 17204165
HSL0.470.850.43
HSV167°92°80°
CMYK 0.920.000.19   0.20
XYZ28.615646.021542.9722
Yxy46.02150.24330.3913
Hunter Lab67.8391-43.42459.9306
CIE-Lab73.5595-50.91917.7098

#11cca5 color RGB value is (17,204,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11001100 10100101
Octal 21 314 245
Decimal 17 204 165
Hex 11 CC A5

RGB Percentages of Color #11cca5

%4.40
%52.85
%42.75

CMYK Percentages of Color #11cca5

%92
%0
%19
%20

Triadic Colors of #11cca5

#11cca5 #a511cc #cca511

Analogous Colors of #11cca5

#11cca5 #1196cc #11cc47

Monochromatic Colors of #11cca5

#11cca5

Complementary Color

#11cca5 #cc1138

#11cca5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11cca5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#11cca5 Color CSS Codes

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

#11cca5 Text Font Color

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

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


#11cca5 Background Color

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

This div background color is #11cca5


#11cca5 Border Color

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

This div border color is #11cca5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11cca5


Comments

No comments written yet.

Please login to write comment.