Color Hex Logo

#115246 Color Hex

#115246
(17,82,70)
0 Favorites   0 Comments

Color spaces of #115246

RGB 178270
HSL0.470.660.19
HSV169°79°32°
CMYK 0.790.000.15   0.68
XYZ4.35406.59606.8380
Yxy6.59600.24480.3708
Hunter Lab25.6827-14.68352.1919
CIE-Lab30.8689-23.11721.3111

#115246 color RGB value is (17,82,70).

#115246 hex color red value is 17, green value is 82 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #115246 hue: 0.47 , saturation: 0.66 and the lightness value of 115246 is 0.19.

The process color (four color CMYK) of #115246 color hex is 0.79, 0.00, 0.15, 0.68. Web safe color of #115246 is #006633. Color #115246 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01010010 01000110
Octal 21 122 106
Decimal 17 82 70
Hex 11 52 46

RGB Percentages of Color #115246

%10.06
%48.52
%41.42

CMYK Percentages of Color #115246

%79
%0
%15
%68

Triadic Colors of #115246

#115246 #461152 #524611

Analogous Colors of #115246

#115246 #113e52 #115226

Monochromatic Colors of #115246

#115246

Complementary Color

#115246 #52111d

#115246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#115246 Color CSS Codes

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

#115246 Text Font Color

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

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


#115246 Background Color

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

This div background color is #115246


#115246 Border Color

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

This div border color is #115246


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115246


Comments

No comments written yet.

Please login to write comment.