Color Hex Logo

#117dec Color Hex

#117DEC
(17,125,236)
0 Favorites   0 Comments

Color spaces of #117dec

RGB 17125236
HSL0.580.870.50
HSV210°93°93°
CMYK 0.930.470.00   0.07
XYZ22.705120.842582.1832
Yxy20.84250.18060.1658
Hunter Lab45.65368.8804-74.7732
CIE-Lab52.776713.7891-63.5171

#117dec color RGB value is (17,125,236).

#117dec hex color red value is 17, green value is 125 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #117dec hue: 0.58 , saturation: 0.87 and the lightness value of 117dec is 0.50.

The process color (four color CMYK) of #117dec color hex is 0.93, 0.47, 0.00, 0.07. Web safe color of #117dec is #0066ff. Color #117dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01111101 11101100
Octal 21 175 354
Decimal 17 125 236
Hex 11 7D EC

RGB Percentages of Color #117dec

%4.50
%33.07
%62.43

CMYK Percentages of Color #117dec

%93
%47
%0
%7

Triadic Colors of #117dec

#117dec #ec117d #7dec11

Analogous Colors of #117dec

#117dec #1211ec #11ebec

Monochromatic Colors of #117dec

#117dec

Complementary Color

#117dec #ec8011

#117dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#117dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#117dec Color CSS Codes

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

#117dec Text Font Color

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

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


#117dec Background Color

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

This div background color is #117dec


#117dec Border Color

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

This div border color is #117dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #117dec


Comments

No comments written yet.

Please login to write comment.