Color Hex Logo

#115ebd Color Hex

#115EBD
(17,94,189)
0 Favorites   0 Comments

Color spaces of #115ebd

RGB 1794189
HSL0.590.830.40
HSV213°91°74°
CMYK 0.910.500.00   0.26
XYZ13.419211.798749.7142
Yxy11.79870.17910.1575
Hunter Lab34.34929.6233-61.7669
CIE-Lab40.894415.1207-55.9119

#115ebd color RGB value is (17,94,189).

#115ebd hex color red value is 17, green value is 94 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #115ebd hue: 0.59 , saturation: 0.83 and the lightness value of 115ebd is 0.40.

The process color (four color CMYK) of #115ebd color hex is 0.91, 0.50, 0.00, 0.26. Web safe color of #115ebd is #0066cc. Color #115ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01011110 10111101
Octal 21 136 275
Decimal 17 94 189
Hex 11 5E BD

RGB Percentages of Color #115ebd

%5.67
%31.33
%63.00

CMYK Percentages of Color #115ebd

%91
%50
%0
%26

Triadic Colors of #115ebd

#115ebd #bd115e #5ebd11

Analogous Colors of #115ebd

#115ebd #1a11bd #11b4bd

Monochromatic Colors of #115ebd

#115ebd

Complementary Color

#115ebd #bd7011

#115ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#115ebd Color CSS Codes

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

#115ebd Text Font Color

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

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


#115ebd Background Color

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

This div background color is #115ebd


#115ebd Border Color

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

This div border color is #115ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115ebd


Comments

No comments written yet.

Please login to write comment.