Color Hex Logo

#117dcf Color Hex

#117DCF
(17,125,207)
0 Favorites   0 Comments

Color spaces of #117dcf

RGB 17125207
HSL0.570.850.44
HSV206°92°81°
CMYK 0.920.400.00   0.19
XYZ18.827319.291461.7628
Yxy19.29140.18850.1931
Hunter Lab43.9220-0.3488-52.6278
CIE-Lab51.02642.5582-49.9960

#117dcf color RGB value is (17,125,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01111101 11001111
Octal 21 175 317
Decimal 17 125 207
Hex 11 7D CF

RGB Percentages of Color #117dcf

%4.87
%35.82
%59.31

CMYK Percentages of Color #117dcf

%92
%40
%0
%19

Triadic Colors of #117dcf

#117dcf #cf117d #7dcf11

Analogous Colors of #117dcf

#117dcf #111ecf #11cfc2

Monochromatic Colors of #117dcf

#117dcf

Complementary Color

#117dcf #cf6311

#117dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#117dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#117dcf Color CSS Codes

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

#117dcf Text Font Color

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

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


#117dcf Background Color

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

This div background color is #117dcf


#117dcf Border Color

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

This div border color is #117dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #117dcf


Comments

No comments written yet.

Please login to write comment.