Color Hex Logo

#11a7db Color Hex

#11A7DB
(17,167,219)
0 Favorites   0 Comments

Color spaces of #11a7db

RGB 17167219
HSL0.540.860.46
HSV195°92°86°
CMYK 0.920.240.00   0.14
XYZ26.836132.871171.9482
Yxy32.87110.20380.2497
Hunter Lab57.3333-16.7825-34.2703
CIE-Lab64.0564-17.0532-36.1724

#11a7db color RGB value is (17,167,219).

#11a7db hex color red value is 17, green value is 167 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #11a7db hue: 0.54 , saturation: 0.86 and the lightness value of 11a7db is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10100111 11011011
Octal 21 247 333
Decimal 17 167 219
Hex 11 A7 DB

RGB Percentages of Color #11a7db

%4.22
%41.44
%54.34

CMYK Percentages of Color #11a7db

%92
%24
%0
%14

Triadic Colors of #11a7db

#11a7db #db11a7 #a7db11

Analogous Colors of #11a7db

#11a7db #1142db #11dbaa

Monochromatic Colors of #11a7db

#11a7db

Complementary Color

#11a7db #db4511

#11a7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11a7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#11a7db Color CSS Codes

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

#11a7db Text Font Color

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

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


#11a7db Background Color

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

This div background color is #11a7db


#11a7db Border Color

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

This div border color is #11a7db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11a7db


Comments

No comments written yet.

Please login to write comment.