Color Hex Logo

#114246 Color Hex

#114246
(17,66,70)
0 Favorites   0 Comments

Color spaces of #114246

RGB 176670
HSL0.510.610.17
HSV185°76°27°
CMYK 0.760.060.00   0.73
XYZ3.28494.45786.4817
Yxy4.45780.23090.3134
Hunter Lab21.1135-9.1771-3.4222
CIE-Lab25.1306-14.4207-7.1772

#114246 color RGB value is (17,66,70).

#114246 hex color red value is 17, green value is 66 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #114246 hue: 0.51 , saturation: 0.61 and the lightness value of 114246 is 0.17.

The process color (four color CMYK) of #114246 color hex is 0.76, 0.06, 0.00, 0.73. Web safe color of #114246 is #003333. Color #114246 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01000010 01000110
Octal 21 102 106
Decimal 17 66 70
Hex 11 42 46

RGB Percentages of Color #114246

%11.11
%43.14
%45.75

CMYK Percentages of Color #114246

%76
%6
%0
%73

Triadic Colors of #114246

#114246 #461142 #424611

Analogous Colors of #114246

#114246 #112846 #11462f

Monochromatic Colors of #114246

#114246

Complementary Color

#114246 #461511

#114246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#114246 Color CSS Codes

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

#114246 Text Font Color

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

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


#114246 Background Color

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

This div background color is #114246


#114246 Border Color

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

This div border color is #114246


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114246


Comments

No comments written yet.

Please login to write comment.