Color Hex Logo

#115470 Color Hex

#115470
(17,84,112)
0 Favorites   0 Comments

Color spaces of #115470

RGB 1784112
HSL0.550.740.25
HSV198°85°44°
CMYK 0.850.250.00   0.56
XYZ6.32617.629716.4685
Yxy7.62970.20790.2508
Hunter Lab27.6219-7.4574-16.0140
CIE-Lab33.1995-9.4373-21.7334

#115470 color RGB value is (17,84,112).

#115470 hex color red value is 17, green value is 84 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #115470 hue: 0.55 , saturation: 0.74 and the lightness value of 115470 is 0.25.

The process color (four color CMYK) of #115470 color hex is 0.85, 0.25, 0.00, 0.56. Web safe color of #115470 is #006666. Color #115470 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01010100 01110000
Octal 21 124 160
Decimal 17 84 112
Hex 11 54 70

RGB Percentages of Color #115470

%7.98
%39.44
%52.58

CMYK Percentages of Color #115470

%85
%25
%0
%56

Triadic Colors of #115470

#115470 #701154 #547011

Analogous Colors of #115470

#115470 #112470 #11705d

Monochromatic Colors of #115470

#115470

Complementary Color

#115470 #702d11

#115470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#115470 Color CSS Codes

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

#115470 Text Font Color

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

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


#115470 Background Color

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

This div background color is #115470


#115470 Border Color

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

This div border color is #115470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115470


Comments

No comments written yet.

Please login to write comment.