Color Hex Logo

#115055 Color Hex

#115055
(17,80,85)
0 Favorites   0 Comments

Color spaces of #115055

RGB 178085
HSL0.510.670.20
HSV184°80°33°
CMYK 0.800.060.00   0.67
XYZ4.73956.51249.6015
Yxy6.51240.22730.3123
Hunter Lab25.5194-11.5077-4.4439
CIE-Lab30.6701-17.1286-8.5548

#115055 color RGB value is (17,80,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01010000 01010101
Octal 21 120 125
Decimal 17 80 85
Hex 11 50 55

RGB Percentages of Color #115055

%9.34
%43.96
%46.70

CMYK Percentages of Color #115055

%80
%6
%0
%67

Triadic Colors of #115055

#115055 #551150 #505511

Analogous Colors of #115055

#115055 #112e55 #115538

Monochromatic Colors of #115055

#115055

Complementary Color

#115055 #551611

#115055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#115055 Color CSS Codes

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

#115055 Text Font Color

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

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


#115055 Background Color

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

This div background color is #115055


#115055 Border Color

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

This div border color is #115055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115055


Comments

No comments written yet.

Please login to write comment.