Color Hex Logo

#115507 Color Hex

#115507
(17,85,7)
0 Favorites   0 Comments

Color spaces of #115507

RGB 17857
HSL0.310.850.18
HSV112°92°33°
CMYK 0.800.000.92   0.67
XYZ3.51806.63151.2956
Yxy6.63150.30740.5794
Hunter Lab25.7517-20.680215.0432
CIE-Lab30.9528-35.751935.2934

#115507 color RGB value is (17,85,7).

#115507 hex color red value is 17, green value is 85 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #115507 hue: 0.31 , saturation: 0.85 and the lightness value of 115507 is 0.18.

The process color (four color CMYK) of #115507 color hex is 0.80, 0.00, 0.92, 0.67. Web safe color of #115507 is #006600. Color #115507 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01010101 00000111
Octal 21 125 7
Decimal 17 85 7
Hex 11 55 7

RGB Percentages of Color #115507

%15.60
%77.98
%6.42

CMYK Percentages of Color #115507

%80
%0
%92
%67

Triadic Colors of #115507

#115507 #071155 #550711

Analogous Colors of #115507

#115507 #075524 #385507

Monochromatic Colors of #115507

#115507

Complementary Color

#115507 #4b0755

#115507 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#115507 Color Preview on White Background

Lorem ipsum dolor sit amet.

#115507 Color CSS Codes

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

#115507 Text Font Color

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

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


#115507 Background Color

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

This div background color is #115507


#115507 Border Color

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

This div border color is #115507


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #115507


Comments

No comments written yet.

Please login to write comment.