Color Hex Logo

#114932 Color Hex

#114932
(17,73,50)
0 Favorites   0 Comments

Color spaces of #114932

RGB 177350
HSL0.430.620.18
HSV155°77°29°
CMYK 0.770.000.32   0.71
XYZ3.18945.11453.8367
Yxy5.11450.26270.4213
Hunter Lab22.6153-14.40315.7721
CIE-Lab27.0585-24.32468.6702

#114932 color RGB value is (17,73,50).

#114932 hex color red value is 17, green value is 73 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #114932 hue: 0.43 , saturation: 0.62 and the lightness value of 114932 is 0.18.

The process color (four color CMYK) of #114932 color hex is 0.77, 0.00, 0.32, 0.71. Web safe color of #114932 is #003333. Color #114932 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01001001 00110010
Octal 21 111 62
Decimal 17 73 50
Hex 11 49 32

RGB Percentages of Color #114932

%12.14
%52.14
%35.71

CMYK Percentages of Color #114932

%77
%0
%32
%71

Triadic Colors of #114932

#114932 #321149 #493211

Analogous Colors of #114932

#114932 #114449 #114916

Monochromatic Colors of #114932

#114932

Complementary Color

#114932 #491128

#114932 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114932 Color Preview on White Background

Lorem ipsum dolor sit amet.

#114932 Color CSS Codes

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

#114932 Text Font Color

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

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


#114932 Background Color

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

This div background color is #114932


#114932 Border Color

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

This div border color is #114932


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114932


Comments

No comments written yet.

Please login to write comment.