Color Hex Logo

#115daf Color Hex

#115DAF
(17,93,175)
0 Favorites   0 Comments

Color spaces of #115daf

RGB 1793175
HSL0.590.820.38
HSV211°90°69°
CMYK 0.900.470.00   0.31
XYZ11.883411.043042.0626
Yxy11.04300.18290.1699
Hunter Lab33.23105.6773-51.7854
CIE-Lab39.652810.1350-49.7075

#115daf color RGB value is (17,93,175).

#115daf hex color red value is 17, green value is 93 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #115daf hue: 0.59 , saturation: 0.82 and the lightness value of 115daf is 0.38.

The process color (four color CMYK) of #115daf color hex is 0.90, 0.47, 0.00, 0.31. Web safe color of #115daf is #006699. Color #115daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01011101 10101111
Octal 21 135 257
Decimal 17 93 175
Hex 11 5D AF

RGB Percentages of Color #115daf

%5.96
%32.63
%61.40

CMYK Percentages of Color #115daf

%90
%47
%0
%31

Triadic Colors of #115daf

#115daf #af115d #5daf11

Analogous Colors of #115daf

#115daf #1411af #11acaf

Monochromatic Colors of #115daf

#115daf

Complementary Color

#115daf #af6311

#115daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#115daf Color CSS Codes

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

#115daf Text Font Color

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

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


#115daf Background Color

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

This div background color is #115daf


#115daf Border Color

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

This div border color is #115daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115daf


Comments

No comments written yet.

Please login to write comment.