Color Hex Logo

#117c2e Color Hex

#117C2E
(17,124,46)
0 Favorites   0 Comments

Color spaces of #117c2e

RGB 1712446
HSL0.380.760.28
HSV136°86°49°
CMYK 0.860.000.63   0.51
XYZ7.932014.73175.0102
Yxy14.73170.28660.5323
Hunter Lab38.3819-30.279519.1279
CIE-Lab45.2645-45.571233.9600

#117c2e color RGB value is (17,124,46).

#117c2e hex color red value is 17, green value is 124 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #117c2e hue: 0.38 , saturation: 0.76 and the lightness value of 117c2e is 0.28.

The process color (four color CMYK) of #117c2e color hex is 0.86, 0.00, 0.63, 0.51. Web safe color of #117c2e is #006633. Color #117c2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01111100 00101110
Octal 21 174 56
Decimal 17 124 46
Hex 11 7C 2E

RGB Percentages of Color #117c2e

%9.09
%66.31
%24.60

CMYK Percentages of Color #117c2e

%86
%0
%63
%51

Triadic Colors of #117c2e

#117c2e #2e117c #7c2e11

Analogous Colors of #117c2e

#117c2e #117c64 #2a7c11

Monochromatic Colors of #117c2e

#117c2e

Complementary Color

#117c2e #7c115f

#117c2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#117c2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#117c2e Color CSS Codes

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

#117c2e Text Font Color

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

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


#117c2e Background Color

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

This div background color is #117c2e


#117c2e Border Color

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

This div border color is #117c2e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,124,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #117c2e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #117c2e;
  -webkit-box-shadow: 1px 1px 3px 2px #117c2e;
  box-shadow:         1px 1px 3px 2px #117c2e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #117c2e


Comments

No comments written yet.

Please login to write comment.