Color Hex Logo

#114006 Color Hex

#114006
(17,64,6)
0 Favorites   0 Comments

Color spaces of #114006

RGB 17646
HSL0.300.830.14
HSV109°91°25°
CMYK 0.730.000.91   0.75
XYZ2.09743.79910.7951
Yxy3.79910.31340.5677
Hunter Lab19.4913-14.901911.2253
CIE-Lab22.9958-27.841528.2753

#114006 color RGB value is (17,64,6).

#114006 hex color red value is 17, green value is 64 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #114006 hue: 0.30 , saturation: 0.83 and the lightness value of 114006 is 0.14.

The process color (four color CMYK) of #114006 color hex is 0.73, 0.00, 0.91, 0.75. Web safe color of #114006 is #003300. Color #114006 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01000000 00000110
Octal 21 100 6
Decimal 17 64 6
Hex 11 40 6

RGB Percentages of Color #114006

%19.54
%73.56
%6.90

CMYK Percentages of Color #114006

%73
%0
%91
%75

Triadic Colors of #114006

#114006 #061140 #400611

Analogous Colors of #114006

#114006 #064018 #2e4006

Monochromatic Colors of #114006

#114006

Complementary Color

#114006 #350640

#114006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#114006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#114006 Color CSS Codes

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

#114006 Text Font Color

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

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


#114006 Background Color

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

This div background color is #114006


#114006 Border Color

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

This div border color is #114006


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #114006


Comments

No comments written yet.

Please login to write comment.