Color Hex Logo

#11adad Color Hex

#11ADAD
(17,173,173)
0 Favorites   0 Comments

Color spaces of #11adad

RGB 17173173
HSL0.500.820.37
HSV180°90°68°
CMYK 0.900.000.00   0.32
XYZ22.717633.023444.7120
Yxy33.02340.22620.3287
Hunter Lab57.4660-30.0004-5.9050
CIE-Lab64.1799-35.3055-10.4156

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

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

The process color (four color CMYK) of #11adad color hex is 0.90, 0.00, 0.00, 0.32. Web safe color of #11adad is #009999. Color #11adad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10101101 10101101
Octal 21 255 255
Decimal 17 173 173
Hex 11 AD AD

RGB Percentages of Color #11adad

%4.68
%47.66
%47.66

CMYK Percentages of Color #11adad

%90
%0
%0
%32

Triadic Colors of #11adad

#11adad #ad11ad #adad11

Analogous Colors of #11adad

#11adad #115fad #11ad5f

Monochromatic Colors of #11adad

#11adad

Complementary Color

#11adad #ad1111

#11adad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11adad Color Preview on White Background

Lorem ipsum dolor sit amet.

#11adad Color CSS Codes

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

#11adad Text Font Color

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

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


#11adad Background Color

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

This div background color is #11adad


#11adad Border Color

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

This div border color is #11adad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11adad


Comments

No comments written yet.

Please login to write comment.