Color Hex Logo

#115ceb Color Hex

#115CEB
(17,92,235)
0 Favorites   0 Comments

Color spaces of #115ceb

RGB 1792235
HSL0.610.870.49
HSV219°93°92°
CMYK 0.930.610.00   0.08
XYZ19.053713.771680.2512
Yxy13.77160.16850.1218
Hunter Lab37.110126.7058-102.2385
CIE-Lab43.903634.4236-77.3773

#115ceb color RGB value is (17,92,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01011100 11101011
Octal 21 134 353
Decimal 17 92 235
Hex 11 5C EB

RGB Percentages of Color #115ceb

%4.94
%26.74
%68.31

CMYK Percentages of Color #115ceb

%93
%61
%0
%8

Triadic Colors of #115ceb

#115ceb #eb115c #5ceb11

Analogous Colors of #115ceb

#115ceb #3311eb #11c9eb

Monochromatic Colors of #115ceb

#115ceb

Complementary Color

#115ceb #eba011

#115ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#115ceb Color CSS Codes

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

#115ceb Text Font Color

<p style="color:#115ceb">Text here</p>

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


#115ceb Background Color

<div style="background-color:#115ceb">
Div content here</div>

This div background color is #115ceb


#115ceb Border Color

<div style="border:3px solid #115ceb">
Div here</div>

This div border color is #115ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115ceb


Comments

No comments written yet.

Please login to write comment.