Color Hex Logo

#115467 Color Hex

#115467
(17,84,103)
0 Favorites   0 Comments

Color spaces of #115467

RGB 1784103
HSL0.540.720.24
HSV193°83°40°
CMYK 0.830.180.00   0.60
XYZ5.84977.439113.9595
Yxy7.43910.21470.2730
Hunter Lab27.2747-9.4473-11.2530
CIE-Lab32.7863-12.8762-16.7335

#115467 color RGB value is (17,84,103).

#115467 hex color red value is 17, green value is 84 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #115467 hue: 0.54 , saturation: 0.72 and the lightness value of 115467 is 0.24.

The process color (four color CMYK) of #115467 color hex is 0.83, 0.18, 0.00, 0.60. Web safe color of #115467 is #006666. Color #115467 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01010100 01100111
Octal 21 124 147
Decimal 17 84 103
Hex 11 54 67

RGB Percentages of Color #115467

%8.33
%41.18
%50.49

CMYK Percentages of Color #115467

%83
%18
%0
%60

Triadic Colors of #115467

#115467 #671154 #546711

Analogous Colors of #115467

#115467 #112967 #11674f

Monochromatic Colors of #115467

#115467

Complementary Color

#115467 #672411

#115467 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115467 Color Preview on White Background

Lorem ipsum dolor sit amet.

#115467 Color CSS Codes

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

#115467 Text Font Color

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

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


#115467 Background Color

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

This div background color is #115467


#115467 Border Color

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

This div border color is #115467


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,84,103, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #115467; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #115467;
  -webkit-box-shadow: 1px 1px 3px 2px #115467;
  box-shadow:         1px 1px 3px 2px #115467; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115467


Comments

No comments written yet.

Please login to write comment.