Color Hex Logo

#11adbd Color Hex

#11ADBD
(17,173,189)
0 Favorites   0 Comments

Color spaces of #11adbd

RGB 17173189
HSL0.520.830.40
HSV186°91°74°
CMYK 0.910.080.00   0.26
XYZ24.360033.680453.3612
Yxy33.68040.21870.3023
Hunter Lab58.0348-26.6359-13.8909
CIE-Lab64.7081-30.2779-18.5312

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

#11adbd hex color red value is 17, green value is 173 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #11adbd hue: 0.52 , saturation: 0.83 and the lightness value of 11adbd is 0.40.

The process color (four color CMYK) of #11adbd color hex is 0.91, 0.08, 0.00, 0.26. Web safe color of #11adbd is #0099cc. Color #11adbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10101101 10111101
Octal 21 255 275
Decimal 17 173 189
Hex 11 AD BD

RGB Percentages of Color #11adbd

%4.49
%45.65
%49.87

CMYK Percentages of Color #11adbd

%91
%8
%0
%26

Triadic Colors of #11adbd

#11adbd #bd11ad #adbd11

Analogous Colors of #11adbd

#11adbd #1157bd #11bd77

Monochromatic Colors of #11adbd

#11adbd

Complementary Color

#11adbd #bd2111

#11adbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11adbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#11adbd Color CSS Codes

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

#11adbd Text Font Color

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

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


#11adbd Background Color

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

This div background color is #11adbd


#11adbd Border Color

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

This div border color is #11adbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11adbd


Comments

No comments written yet.

Please login to write comment.