Color Hex Logo

#114553 Color Hex

#114553
(17,69,83)
0 Favorites   0 Comments

Color spaces of #114553

RGB 176983
HSL0.540.660.20
HSV193°80°33°
CMYK 0.800.170.00   0.67
XYZ3.92064.99998.9421
Yxy4.99990.21950.2799
Hunter Lab22.3605-7.8333-8.0582
CIE-Lab26.7345-11.4411-13.2539

#114553 color RGB value is (17,69,83).

#114553 hex color red value is 17, green value is 69 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #114553 hue: 0.54 , saturation: 0.66 and the lightness value of 114553 is 0.20.

The process color (four color CMYK) of #114553 color hex is 0.80, 0.17, 0.00, 0.67. Web safe color of #114553 is #003366. Color #114553 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01000101 01010011
Octal 21 105 123
Decimal 17 69 83
Hex 11 45 53

RGB Percentages of Color #114553

%10.06
%40.83
%49.11

CMYK Percentages of Color #114553

%80
%17
%0
%67

Triadic Colors of #114553

#114553 #531145 #455311

Analogous Colors of #114553

#114553 #112453 #115340

Monochromatic Colors of #114553

#114553

Complementary Color

#114553 #531f11

#114553 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114553 Color Preview on White Background

Lorem ipsum dolor sit amet.

#114553 Color CSS Codes

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

#114553 Text Font Color

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

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


#114553 Background Color

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

This div background color is #114553


#114553 Border Color

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

This div border color is #114553


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114553


Comments

No comments written yet.

Please login to write comment.