Color Hex Logo

#114d44 Color Hex

#114D44
(17,77,68)
0 Favorites   0 Comments

Color spaces of #114d44

RGB 177768
HSL0.480.640.18
HSV171°78°30°
CMYK 0.780.000.12   0.70
XYZ3.92845.84436.3899
Yxy5.84430.24310.3616
Hunter Lab24.1750-13.30021.2510
CIE-Lab29.0162-21.1616-0.1074

#114d44 color RGB value is (17,77,68).

#114d44 hex color red value is 17, green value is 77 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #114d44 hue: 0.48 , saturation: 0.64 and the lightness value of 114d44 is 0.18.

The process color (four color CMYK) of #114d44 color hex is 0.78, 0.00, 0.12, 0.70. Web safe color of #114d44 is #006633. Color #114d44 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01001101 01000100
Octal 21 115 104
Decimal 17 77 68
Hex 11 4D 44

RGB Percentages of Color #114d44

%10.49
%47.53
%41.98

CMYK Percentages of Color #114d44

%78
%0
%12
%70

Triadic Colors of #114d44

#114d44 #44114d #4d4411

Analogous Colors of #114d44

#114d44 #11384d #114d26

Monochromatic Colors of #114d44

#114d44

Complementary Color

#114d44 #4d111a

#114d44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114d44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#114d44 Color CSS Codes

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

#114d44 Text Font Color

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

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


#114d44 Background Color

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

This div background color is #114d44


#114d44 Border Color

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

This div border color is #114d44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114d44


Comments

No comments written yet.

Please login to write comment.