Color Hex Logo

#115466 Color Hex

#115466
(17,84,102)
0 Favorites   0 Comments

Color spaces of #115466

RGB 1784102
HSL0.540.710.23
HSV193°83°40°
CMYK 0.830.180.00   0.60
XYZ5.79987.419113.6967
Yxy7.41910.21550.2756
Hunter Lab27.2380-9.6585-10.7475
CIE-Lab32.7426-13.2505-16.1721

#115466 color RGB value is (17,84,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01010100 01100110
Octal 21 124 146
Decimal 17 84 102
Hex 11 54 66

RGB Percentages of Color #115466

%8.37
%41.38
%50.25

CMYK Percentages of Color #115466

%83
%18
%0
%60

Triadic Colors of #115466

#115466 #661154 #546611

Analogous Colors of #115466

#115466 #112a66 #11664e

Monochromatic Colors of #115466

#115466

Complementary Color

#115466 #662311

#115466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#115466 Color CSS Codes

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

#115466 Text Font Color

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

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


#115466 Background Color

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

This div background color is #115466


#115466 Border Color

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

This div border color is #115466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115466


Comments

No comments written yet.

Please login to write comment.