Color Hex Logo

#11cacc Color Hex

#11CACC
(17,202,204)
0 Favorites   0 Comments

Color spaces of #11cacc

RGB 17202204
HSL0.500.850.43
HSV181°92°80°
CMYK 0.920.010.00   0.20
XYZ32.250846.719964.4448
Yxy46.71990.22490.3258
Hunter Lab68.3520-35.3935-8.0545
CIE-Lab74.0102-39.2334-12.7313

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

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

The process color (four color CMYK) of #11cacc color hex is 0.92, 0.01, 0.00, 0.20. Web safe color of #11cacc is #00cccc. Color #11cacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 11001010 11001100
Octal 21 312 314
Decimal 17 202 204
Hex 11 CA CC

RGB Percentages of Color #11cacc

%4.02
%47.75
%48.23

CMYK Percentages of Color #11cacc

%92
%1
%0
%20

Triadic Colors of #11cacc

#11cacc #cc11ca #cacc11

Analogous Colors of #11cacc

#11cacc #116dcc #11cc71

Monochromatic Colors of #11cacc

#11cacc

Complementary Color

#11cacc #cc1311

#11cacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11cacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#11cacc Color CSS Codes

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

#11cacc Text Font Color

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

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


#11cacc Background Color

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

This div background color is #11cacc


#11cacc Border Color

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

This div border color is #11cacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11cacc


Comments

No comments written yet.

Please login to write comment.