Color Hex Logo

#11dcaf Color Hex

#11DCAF
(17,220,175)
0 Favorites   0 Comments

Color spaces of #11dcaf

RGB 17220175
HSL0.460.860.46
HSV167°92°86°
CMYK 0.920.000.20   0.14
XYZ33.562254.400749.2889
Yxy54.40070.24450.3964
Hunter Lab73.7568-47.850112.0085
CIE-Lab78.6948-54.76129.7016

#11dcaf color RGB value is (17,220,175).

#11dcaf hex color red value is 17, green value is 220 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #11dcaf hue: 0.46 , saturation: 0.86 and the lightness value of 11dcaf is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11011100 10101111
Octal 21 334 257
Decimal 17 220 175
Hex 11 DC AF

RGB Percentages of Color #11dcaf

%4.13
%53.40
%42.48

CMYK Percentages of Color #11dcaf

%92
%0
%20
%14

Triadic Colors of #11dcaf

#11dcaf #af11dc #dcaf11

Analogous Colors of #11dcaf

#11dcaf #11a4dc #11dc4a

Monochromatic Colors of #11dcaf

#11dcaf

Complementary Color

#11dcaf #dc113e

#11dcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11dcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#11dcaf Color CSS Codes

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

#11dcaf Text Font Color

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

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


#11dcaf Background Color

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

This div background color is #11dcaf


#11dcaf Border Color

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

This div border color is #11dcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11dcaf


Comments

No comments written yet.

Please login to write comment.