Color Hex Logo

#117bcf Color Hex

#117BCF
(17,123,207)
0 Favorites   0 Comments

Color spaces of #117bcf

RGB 17123207
HSL0.570.850.44
HSV207°92°81°
CMYK 0.920.410.00   0.19
XYZ18.576618.790161.6792
Yxy18.79010.18760.1897
Hunter Lab43.34750.6380-54.0204
CIE-Lab50.44073.7832-50.9311

#117bcf color RGB value is (17,123,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01111011 11001111
Octal 21 173 317
Decimal 17 123 207
Hex 11 7B CF

RGB Percentages of Color #117bcf

%4.90
%35.45
%59.65

CMYK Percentages of Color #117bcf

%92
%41
%0
%19

Triadic Colors of #117bcf

#117bcf #cf117b #7bcf11

Analogous Colors of #117bcf

#117bcf #111ccf #11cfc4

Monochromatic Colors of #117bcf

#117bcf

Complementary Color

#117bcf #cf6511

#117bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#117bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#117bcf Color CSS Codes

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

#117bcf Text Font Color

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

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


#117bcf Background Color

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

This div background color is #117bcf


#117bcf Border Color

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

This div border color is #117bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #117bcf


Comments

No comments written yet.

Please login to write comment.