Color Hex Logo

#11afba Color Hex

#11AFBA
(17,175,186)
0 Favorites   0 Comments

Color spaces of #11afba

RGB 17175186
HSL0.510.830.40
HSV184°91°73°
CMYK 0.910.060.00   0.27
XYZ24.424134.324351.7923
Yxy34.32430.22100.3105
Hunter Lab58.5869-28.1129-11.4030
CIE-Lab65.2192-32.2025-16.0893

#11afba color RGB value is (17,175,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10101111 10111010
Octal 21 257 272
Decimal 17 175 186
Hex 11 AF BA

RGB Percentages of Color #11afba

%4.50
%46.30
%49.21

CMYK Percentages of Color #11afba

%91
%6
%0
%27

Triadic Colors of #11afba

#11afba #ba11af #afba11

Analogous Colors of #11afba

#11afba #115aba #11ba71

Monochromatic Colors of #11afba

#11afba

Complementary Color

#11afba #ba1c11

#11afba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11afba Color Preview on White Background

Lorem ipsum dolor sit amet.

#11afba Color CSS Codes

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

#11afba Text Font Color

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

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


#11afba Background Color

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

This div background color is #11afba


#11afba Border Color

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

This div border color is #11afba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11afba


Comments

No comments written yet.

Please login to write comment.