Color Hex Logo

#115053 Color Hex

#115053
(17,80,83)
0 Favorites   0 Comments

Color spaces of #115053

RGB 178083
HSL0.510.660.20
HSV183°80°33°
CMYK 0.800.040.00   0.67
XYZ4.66126.48109.1889
Yxy6.48100.22930.3188
Hunter Lab25.4578-11.8687-3.5800
CIE-Lab30.5949-17.8239-7.3905

#115053 color RGB value is (17,80,83).

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

The process color (four color CMYK) of #115053 color hex is 0.80, 0.04, 0.00, 0.67. Web safe color of #115053 is #006666. Color #115053 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01010000 01010011
Octal 21 120 123
Decimal 17 80 83
Hex 11 50 53

RGB Percentages of Color #115053

%9.44
%44.44
%46.11

CMYK Percentages of Color #115053

%80
%4
%0
%67

Triadic Colors of #115053

#115053 #531150 #505311

Analogous Colors of #115053

#115053 #112f53 #115335

Monochromatic Colors of #115053

#115053

Complementary Color

#115053 #531411

#115053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#115053 Color CSS Codes

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

#115053 Text Font Color

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

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


#115053 Background Color

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

This div background color is #115053


#115053 Border Color

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

This div border color is #115053


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,80,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 #115053">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115053


Comments

No comments written yet.

Please login to write comment.