Color Hex Logo

#117ccf Color Hex

#117CCF
(17,124,207)
0 Favorites   0 Comments

Color spaces of #117ccf

RGB 17124207
HSL0.570.850.44
HSV206°92°81°
CMYK 0.920.400.00   0.19
XYZ18.701319.039561.7208
Yxy19.03950.18800.1914
Hunter Lab43.63430.1437-53.3219
CIE-Lab50.73343.1695-50.4637

#117ccf color RGB value is (17,124,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01111100 11001111
Octal 21 174 317
Decimal 17 124 207
Hex 11 7C CF

RGB Percentages of Color #117ccf

%4.89
%35.63
%59.48

CMYK Percentages of Color #117ccf

%92
%40
%0
%19

Triadic Colors of #117ccf

#117ccf #cf117c #7ccf11

Analogous Colors of #117ccf

#117ccf #111dcf #11cfc3

Monochromatic Colors of #117ccf

#117ccf

Complementary Color

#117ccf #cf6411

#117ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#117ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#117ccf Color CSS Codes

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

#117ccf Text Font Color

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

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


#117ccf Background Color

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

This div background color is #117ccf


#117ccf Border Color

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

This div border color is #117ccf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,124,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 #117ccf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #117ccf


Comments

No comments written yet.

Please login to write comment.