Color Hex Logo

#117bcb Color Hex

#117BCB
(17,123,203)
0 Favorites   0 Comments

Color spaces of #117bcb

RGB 17123203
HSL0.570.850.43
HSV206°92°80°
CMYK 0.920.390.00   0.20
XYZ18.093618.596959.1358
Yxy18.59690.18880.1941
Hunter Lab43.1241-0.5739-51.1171
CIE-Lab50.21222.2312-49.0184

#117bcb color RGB value is (17,123,203).

#117bcb hex color red value is 17, green value is 123 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #117bcb hue: 0.57 , saturation: 0.85 and the lightness value of 117bcb is 0.43.

The process color (four color CMYK) of #117bcb color hex is 0.92, 0.39, 0.00, 0.20. Web safe color of #117bcb is #0066cc. Color #117bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01111011 11001011
Octal 21 173 313
Decimal 17 123 203
Hex 11 7B CB

RGB Percentages of Color #117bcb

%4.96
%35.86
%59.18

CMYK Percentages of Color #117bcb

%92
%39
%0
%20

Triadic Colors of #117bcb

#117bcb #cb117b #7bcb11

Analogous Colors of #117bcb

#117bcb #111ecb #11cbbe

Monochromatic Colors of #117bcb

#117bcb

Complementary Color

#117bcb #cb6111

#117bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#117bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#117bcb Color CSS Codes

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

#117bcb Text Font Color

<p style="color:#117bcb">Text here</p>

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


#117bcb Background Color

<div style="background-color:#117bcb">
Div content here</div>

This div background color is #117bcb


#117bcb Border Color

<div style="border:3px solid #117bcb">
Div here</div>

This div border color is #117bcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,123,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #117bcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #117bcb;
  -webkit-box-shadow: 1px 1px 3px 2px #117bcb;
  box-shadow:         1px 1px 3px 2px #117bcb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #117bcb


Comments

No comments written yet.

Please login to write comment.