Color Hex Logo

#114241 Color Hex

#114241
(17,66,65)
0 Favorites   0 Comments

Color spaces of #114241

RGB 176665
HSL0.500.590.16
HSV179°74°26°
CMYK 0.740.000.02   0.74
XYZ3.13354.39735.6846
Yxy4.39730.23710.3327
Hunter Lab20.9697-10.0239-1.3939
CIE-Lab24.9437-16.1566-4.1573

#114241 color RGB value is (17,66,65).

#114241 hex color red value is 17, green value is 66 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #114241 hue: 0.50 , saturation: 0.59 and the lightness value of 114241 is 0.16.

The process color (four color CMYK) of #114241 color hex is 0.74, 0.00, 0.02, 0.74. Web safe color of #114241 is #003333. Color #114241 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01000010 01000001
Octal 21 102 101
Decimal 17 66 65
Hex 11 42 41

RGB Percentages of Color #114241

%11.49
%44.59
%43.92

CMYK Percentages of Color #114241

%74
%0
%2
%74

Triadic Colors of #114241

#114241 #411142 #424111

Analogous Colors of #114241

#114241 #112b42 #114229

Monochromatic Colors of #114241

#114241

Complementary Color

#114241 #421112

#114241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#114241 Color CSS Codes

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

#114241 Text Font Color

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

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


#114241 Background Color

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

This div background color is #114241


#114241 Border Color

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

This div border color is #114241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114241


Comments

No comments written yet.

Please login to write comment.