Color Hex Logo

#117bed Color Hex

#117BED
(17,123,237)
0 Favorites   0 Comments

Color spaces of #117bed

RGB 17123237
HSL0.590.870.50
HSV211°93°93°
CMYK 0.930.480.00   0.07
XYZ22.600220.399582.8671
Yxy20.39950.17960.1621
Hunter Lab45.165810.2782-77.1651
CIE-Lab52.285915.4260-64.8670

#117bed color RGB value is (17,123,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01111011 11101101
Octal 21 173 355
Decimal 17 123 237
Hex 11 7B ED

RGB Percentages of Color #117bed

%4.51
%32.63
%62.86

CMYK Percentages of Color #117bed

%93
%48
%0
%7

Triadic Colors of #117bed

#117bed #ed117b #7bed11

Analogous Colors of #117bed

#117bed #1511ed #11e9ed

Monochromatic Colors of #117bed

#117bed

Complementary Color

#117bed #ed8311

#117bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#117bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#117bed Color CSS Codes

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

#117bed Text Font Color

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

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


#117bed Background Color

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

This div background color is #117bed


#117bed Border Color

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

This div border color is #117bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #117bed


Comments

No comments written yet.

Please login to write comment.