Color Hex Logo

#11dcad Color Hex

#11DCAD
(17,220,173)
0 Favorites   0 Comments

Color spaces of #11dcad

RGB 17220173
HSL0.460.860.46
HSV166°92°86°
CMYK 0.920.000.21   0.14
XYZ33.367254.322748.2619
Yxy54.32270.24540.3996
Hunter Lab73.7039-48.171512.7692
CIE-Lab78.6495-55.251810.6976

#11dcad color RGB value is (17,220,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11011100 10101101
Octal 21 334 255
Decimal 17 220 173
Hex 11 DC AD

RGB Percentages of Color #11dcad

%4.15
%53.66
%42.20

CMYK Percentages of Color #11dcad

%92
%0
%21
%14

Triadic Colors of #11dcad

#11dcad #ad11dc #dcad11

Analogous Colors of #11dcad

#11dcad #11a6dc #11dc48

Monochromatic Colors of #11dcad

#11dcad

Complementary Color

#11dcad #dc1140

#11dcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11dcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#11dcad Color CSS Codes

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

#11dcad Text Font Color

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

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


#11dcad Background Color

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

This div background color is #11dcad


#11dcad Border Color

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

This div border color is #11dcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11dcad


Comments

No comments written yet.

Please login to write comment.