Color Hex Logo

#114a48 Color Hex

#114A48
(17,74,72)
0 Favorites   0 Comments

Color spaces of #114a48

RGB 177472
HSL0.490.630.18
HSV178°77°29°
CMYK 0.770.000.03   0.71
XYZ3.84965.48466.9866
Yxy5.48460.23590.3360
Hunter Lab23.4192-11.6422-1.2944
CIE-Lab28.0730-18.2599-4.0812

#114a48 color RGB value is (17,74,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01001010 01001000
Octal 21 112 110
Decimal 17 74 72
Hex 11 4A 48

RGB Percentages of Color #114a48

%10.43
%45.40
%44.17

CMYK Percentages of Color #114a48

%77
%0
%3
%71

Triadic Colors of #114a48

#114a48 #48114a #4a4811

Analogous Colors of #114a48

#114a48 #11304a #114a2c

Monochromatic Colors of #114a48

#114a48

Complementary Color

#114a48 #4a1113

#114a48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114a48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#114a48 Color CSS Codes

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

#114a48 Text Font Color

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

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


#114a48 Background Color

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

This div background color is #114a48


#114a48 Border Color

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

This div border color is #114a48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114a48


Comments

No comments written yet.

Please login to write comment.