Color Hex Logo

#117cbb Color Hex

#117CBB
(17,124,187)
0 Favorites   0 Comments

Color spaces of #117cbb

RGB 17124187
HSL0.560.830.40
HSV202°91°73°
CMYK 0.910.340.00   0.27
XYZ16.408518.122349.6469
Yxy18.12230.19490.2153
Hunter Lab42.5703-5.6961-39.3468
CIE-Lab49.6441-4.5417-40.7567

#117cbb color RGB value is (17,124,187).

#117cbb hex color red value is 17, green value is 124 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #117cbb hue: 0.56 , saturation: 0.83 and the lightness value of 117cbb is 0.40.

The process color (four color CMYK) of #117cbb color hex is 0.91, 0.34, 0.00, 0.27. Web safe color of #117cbb is #0066cc. Color #117cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01111100 10111011
Octal 21 174 273
Decimal 17 124 187
Hex 11 7C BB

RGB Percentages of Color #117cbb

%5.18
%37.80
%57.01

CMYK Percentages of Color #117cbb

%91
%34
%0
%27

Triadic Colors of #117cbb

#117cbb #bb117c #7cbb11

Analogous Colors of #117cbb

#117cbb #1127bb #11bba5

Monochromatic Colors of #117cbb

#117cbb

Complementary Color

#117cbb #bb5011

#117cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#117cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#117cbb Color CSS Codes

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

#117cbb Text Font Color

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

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


#117cbb Background Color

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

This div background color is #117cbb


#117cbb Border Color

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

This div border color is #117cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #117cbb


Comments

No comments written yet.

Please login to write comment.