Color Hex Logo

#11adbf Color Hex

#11ADBF
(17,173,191)
0 Favorites   0 Comments

Color spaces of #11adbf

RGB 17173191
HSL0.520.840.41
HSV186°91°75°
CMYK 0.910.090.00   0.25
XYZ24.578733.767954.5126
Yxy33.76790.21780.2992
Hunter Lab58.1102-26.1931-14.9423
CIE-Lab64.7779-29.6313-19.5369

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10101101 10111111
Octal 21 255 277
Decimal 17 173 191
Hex 11 AD BF

RGB Percentages of Color #11adbf

%4.46
%45.41
%50.13

CMYK Percentages of Color #11adbf

%91
%9
%0
%25

Triadic Colors of #11adbf

#11adbf #bf11ad #adbf11

Analogous Colors of #11adbf

#11adbf #1156bf #11bf7a

Monochromatic Colors of #11adbf

#11adbf

Complementary Color

#11adbf #bf2311

#11adbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11adbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#11adbf Color CSS Codes

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

#11adbf Text Font Color

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

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


#11adbf Background Color

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

This div background color is #11adbf


#11adbf Border Color

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

This div border color is #11adbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11adbf


Comments

No comments written yet.

Please login to write comment.