Color Hex Logo

#11adcd Color Hex

#11ADCD
(17,173,205)
0 Favorites   0 Comments

Color spaces of #11adcd

RGB 17173205
HSL0.530.850.44
HSV190°92°80°
CMYK 0.920.160.00   0.20
XYZ26.194234.414163.0196
Yxy34.41410.21190.2784
Hunter Lab58.6635-22.9581-22.6281
CIE-Lab65.2899-25.0066-26.5192

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

#11adcd hex color red value is 17, green value is 173 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #11adcd hue: 0.53 , saturation: 0.85 and the lightness value of 11adcd is 0.44.

The process color (four color CMYK) of #11adcd color hex is 0.92, 0.16, 0.00, 0.20. Web safe color of #11adcd is #0099cc. Color #11adcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10101101 11001101
Octal 21 255 315
Decimal 17 173 205
Hex 11 AD CD

RGB Percentages of Color #11adcd

%4.30
%43.80
%51.90

CMYK Percentages of Color #11adcd

%92
%16
%0
%20

Triadic Colors of #11adcd

#11adcd #cd11ad #adcd11

Analogous Colors of #11adcd

#11adcd #114fcd #11cd8f

Monochromatic Colors of #11adcd

#11adcd

Complementary Color

#11adcd #cd3111

#11adcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11adcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#11adcd Color CSS Codes

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

#11adcd Text Font Color

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

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


#11adcd Background Color

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

This div background color is #11adcd


#11adcd Border Color

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

This div border color is #11adcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11adcd


Comments

No comments written yet.

Please login to write comment.