Color Hex Logo

#114c4a Color Hex

#114C4A
(17,76,74)
0 Favorites   0 Comments

Color spaces of #114c4a

RGB 177674
HSL0.490.630.18
HSV178°78°30°
CMYK 0.780.000.03   0.70
XYZ4.05165.78257.3811
Yxy5.78250.23540.3359
Hunter Lab24.0468-12.0069-1.3661
CIE-Lab28.8570-18.6866-4.2091

#114c4a color RGB value is (17,76,74).

#114c4a hex color red value is 17, green value is 76 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #114c4a hue: 0.49 , saturation: 0.63 and the lightness value of 114c4a is 0.18.

The process color (four color CMYK) of #114c4a color hex is 0.78, 0.00, 0.03, 0.70. Web safe color of #114c4a is #003333. Color #114c4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01001100 01001010
Octal 21 114 112
Decimal 17 76 74
Hex 11 4C 4A

RGB Percentages of Color #114c4a

%10.18
%45.51
%44.31

CMYK Percentages of Color #114c4a

%78
%0
%3
%70

Triadic Colors of #114c4a

#114c4a #4a114c #4c4a11

Analogous Colors of #114c4a

#114c4a #11314c #114c2d

Monochromatic Colors of #114c4a

#114c4a

Complementary Color

#114c4a #4c1113

#114c4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114c4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#114c4a Color CSS Codes

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

#114c4a Text Font Color

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

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


#114c4a Background Color

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

This div background color is #114c4a


#114c4a Border Color

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

This div border color is #114c4a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,76,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #114c4a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #114c4a;
  -webkit-box-shadow: 1px 1px 3px 2px #114c4a;
  box-shadow:         1px 1px 3px 2px #114c4a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114c4a


Comments

No comments written yet.

Please login to write comment.