Color Hex Logo

#117beb Color Hex

#117BEB
(17,123,235)
0 Favorites   0 Comments

Color spaces of #117beb

RGB 17123235
HSL0.590.870.49
HSV211°93°92°
CMYK 0.930.480.00   0.08
XYZ22.309520.283281.3365
Yxy20.28320.18000.1637
Hunter Lab45.03699.6074-75.5518
CIE-Lab52.155914.6526-63.9599

#117beb color RGB value is (17,123,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01111011 11101011
Octal 21 173 353
Decimal 17 123 235
Hex 11 7B EB

RGB Percentages of Color #117beb

%4.53
%32.80
%62.67

CMYK Percentages of Color #117beb

%93
%48
%0
%8

Triadic Colors of #117beb

#117beb #eb117b #7beb11

Analogous Colors of #117beb

#117beb #1411eb #11e8eb

Monochromatic Colors of #117beb

#117beb

Complementary Color

#117beb #eb8111

#117beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#117beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#117beb Color CSS Codes

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

#117beb Text Font Color

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

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


#117beb Background Color

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

This div background color is #117beb


#117beb Border Color

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

This div border color is #117beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #117beb


Comments

No comments written yet.

Please login to write comment.