Color Hex Logo

#119bdd Color Hex

#119BDD
(17,155,221)
0 Favorites   0 Comments

Color spaces of #119bdd

RGB 17155221
HSL0.550.860.47
HSV199°92°87°
CMYK 0.920.300.00   0.13
XYZ25.003728.782372.6443
Yxy28.78230.19780.2277
Hunter Lab53.6491-10.6943-42.7280
CIE-Lab60.5890-9.7501-42.7107

#119bdd color RGB value is (17,155,221).

#119bdd hex color red value is 17, green value is 155 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #119bdd hue: 0.55 , saturation: 0.86 and the lightness value of 119bdd is 0.47.

The process color (four color CMYK) of #119bdd color hex is 0.92, 0.30, 0.00, 0.13. Web safe color of #119bdd is #0099cc. Color #119bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10011011 11011101
Octal 21 233 335
Decimal 17 155 221
Hex 11 9B DD

RGB Percentages of Color #119bdd

%4.33
%39.44
%56.23

CMYK Percentages of Color #119bdd

%92
%30
%0
%13

Triadic Colors of #119bdd

#119bdd #dd119b #9bdd11

Analogous Colors of #119bdd

#119bdd #1135dd #11ddb9

Monochromatic Colors of #119bdd

#119bdd

Complementary Color

#119bdd #dd5311

#119bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#119bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#119bdd Color CSS Codes

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

#119bdd Text Font Color

<p style="color:#119bdd">Text here</p>

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


#119bdd Background Color

<div style="background-color:#119bdd">
Div content here</div>

This div background color is #119bdd


#119bdd Border Color

<div style="border:3px solid #119bdd">
Div here</div>

This div border color is #119bdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,155,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #119bdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #119bdd;
  -webkit-box-shadow: 1px 1px 3px 2px #119bdd;
  box-shadow:         1px 1px 3px 2px #119bdd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #119bdd


Comments

No comments written yet.

Please login to write comment.