Color Hex Logo

#114954 Color Hex

#114954
(17,73,84)
0 Favorites   0 Comments

Color spaces of #114954

RGB 177384
HSL0.530.660.20
HSV190°80°33°
CMYK 0.800.130.00   0.67
XYZ4.21395.52449.2317
Yxy5.52440.22210.2912
Hunter Lab23.5040-9.1299-6.8345
CIE-Lab28.1794-13.4643-11.6912

#114954 color RGB value is (17,73,84).

#114954 hex color red value is 17, green value is 73 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #114954 hue: 0.53 , saturation: 0.66 and the lightness value of 114954 is 0.20.

The process color (four color CMYK) of #114954 color hex is 0.80, 0.13, 0.00, 0.67. Web safe color of #114954 is #003366. Color #114954 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01001001 01010100
Octal 21 111 124
Decimal 17 73 84
Hex 11 49 54

RGB Percentages of Color #114954

%9.77
%41.95
%48.28

CMYK Percentages of Color #114954

%80
%13
%0
%67

Triadic Colors of #114954

#114954 #541149 #495411

Analogous Colors of #114954

#114954 #112854 #11543d

Monochromatic Colors of #114954

#114954

Complementary Color

#114954 #541c11

#114954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#114954 Color CSS Codes

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

#114954 Text Font Color

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

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


#114954 Background Color

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

This div background color is #114954


#114954 Border Color

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

This div border color is #114954


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114954


Comments

No comments written yet.

Please login to write comment.