Color Hex Logo

#113c5a Color Hex

#113C5A
(17,60,90)
0 Favorites   0 Comments

Color spaces of #113c5a

RGB 176090
HSL0.570.680.21
HSV205°81°35°
CMYK 0.810.330.00   0.65
XYZ3.69254.089110.2675
Yxy4.08910.20460.2266
Hunter Lab20.2215-2.7931-15.9495
CIE-Lab23.9638-2.9162-22.1297

#113c5a color RGB value is (17,60,90).

#113c5a hex color red value is 17, green value is 60 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #113c5a hue: 0.57 , saturation: 0.68 and the lightness value of 113c5a is 0.21.

The process color (four color CMYK) of #113c5a color hex is 0.81, 0.33, 0.00, 0.65. Web safe color of #113c5a is #003366. Color #113c5a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111100 01011010
Octal 21 74 132
Decimal 17 60 90
Hex 11 3C 5A

RGB Percentages of Color #113c5a

%10.18
%35.93
%53.89

CMYK Percentages of Color #113c5a

%81
%33
%0
%65

Triadic Colors of #113c5a

#113c5a #5a113c #3c5a11

Analogous Colors of #113c5a

#113c5a #11175a #115a54

Monochromatic Colors of #113c5a

#113c5a

Complementary Color

#113c5a #5a2f11

#113c5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113c5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#113c5a Color CSS Codes

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

#113c5a Text Font Color

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

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


#113c5a Background Color

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

This div background color is #113c5a


#113c5a Border Color

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

This div border color is #113c5a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,60,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #113c5a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #113c5a;
  -webkit-box-shadow: 1px 1px 3px 2px #113c5a;
  box-shadow:         1px 1px 3px 2px #113c5a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113c5a


Comments

No comments written yet.

Please login to write comment.