Color Hex Logo

#117bec Color Hex

#117BEC
(17,123,236)
0 Favorites   0 Comments

Color spaces of #117bec

RGB 17123236
HSL0.590.870.50
HSV211°93°93°
CMYK 0.930.480.00   0.07
XYZ22.454420.341282.0997
Yxy20.34120.17980.1629
Hunter Lab45.10129.9421-76.3573
CIE-Lab52.220815.0391-64.4139

#117bec color RGB value is (17,123,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01111011 11101100
Octal 21 173 354
Decimal 17 123 236
Hex 11 7B EC

RGB Percentages of Color #117bec

%4.52
%32.71
%62.77

CMYK Percentages of Color #117bec

%93
%48
%0
%7

Triadic Colors of #117bec

#117bec #ec117b #7bec11

Analogous Colors of #117bec

#117bec #1411ec #11e9ec

Monochromatic Colors of #117bec

#117bec

Complementary Color

#117bec #ec8211

#117bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#117bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#117bec Color CSS Codes

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

#117bec Text Font Color

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

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


#117bec Background Color

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

This div background color is #117bec


#117bec Border Color

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

This div border color is #117bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #117bec


Comments

No comments written yet.

Please login to write comment.