Color Hex Logo

#11d4ca Color Hex

#11D4CA
(17,212,202)
0 Favorites   0 Comments

Color spaces of #11d4ca

RGB 17212202
HSL0.490.850.45
HSV177°92°83°
CMYK 0.920.000.05   0.17
XYZ34.435351.470463.9970
Yxy51.47040.22970.3434
Hunter Lab71.7429-39.8732-2.6686
CIE-Lab76.9631-44.2585-7.2503

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11010100 11001010
Octal 21 324 312
Decimal 17 212 202
Hex 11 D4 CA

RGB Percentages of Color #11d4ca

%3.94
%49.19
%46.87

CMYK Percentages of Color #11d4ca

%92
%0
%5
%17

Triadic Colors of #11d4ca

#11d4ca #ca11d4 #d4ca11

Analogous Colors of #11d4ca

#11d4ca #117dd4 #11d469

Monochromatic Colors of #11d4ca

#11d4ca

Complementary Color

#11d4ca #d4111b

#11d4ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11d4ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#11d4ca Color CSS Codes

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

#11d4ca Text Font Color

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

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


#11d4ca Background Color

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

This div background color is #11d4ca


#11d4ca Border Color

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

This div border color is #11d4ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,212,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 #11d4ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11d4ca


Comments

No comments written yet.

Please login to write comment.