Color Hex Logo

#11351e Color Hex

#11351E
(17,53,30)
0 Favorites   0 Comments

Color spaces of #11351e

RGB 175330
HSL0.390.510.14
HSV142°68°21°
CMYK 0.680.000.43   0.79
XYZ1.73862.75911.6692
Yxy2.75910.28190.4474
Hunter Lab16.6105-10.38515.6693
CIE-Lab19.0521-19.344710.7511

#11351e color RGB value is (17,53,30).

#11351e hex color red value is 17, green value is 53 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #11351e hue: 0.39 , saturation: 0.51 and the lightness value of 11351e is 0.14.

The process color (four color CMYK) of #11351e color hex is 0.68, 0.00, 0.43, 0.79. Web safe color of #11351e is #003333. Color #11351e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110101 00011110
Octal 21 65 36
Decimal 17 53 30
Hex 11 35 1E

RGB Percentages of Color #11351e

%17.00
%53.00
%30.00

CMYK Percentages of Color #11351e

%68
%0
%43
%79

Triadic Colors of #11351e

#11351e #1e1135 #351e11

Analogous Colors of #11351e

#11351e #113530 #163511

Monochromatic Colors of #11351e

#11351e

Complementary Color

#11351e #351128

#11351e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11351e Color Preview on White Background

Lorem ipsum dolor sit amet.

#11351e Color CSS Codes

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

#11351e Text Font Color

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

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


#11351e Background Color

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

This div background color is #11351e


#11351e Border Color

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

This div border color is #11351e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,53,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11351e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11351e;
  -webkit-box-shadow: 1px 1px 3px 2px #11351e;
  box-shadow:         1px 1px 3px 2px #11351e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11351e


Comments

No comments written yet.

Please login to write comment.