Color Hex Logo

#11330a Color Hex

#11330A
(17,51,10)
0 Favorites   0 Comments

Color spaces of #11330a

RGB 175110
HSL0.300.670.12
HSV110°80°20°
CMYK 0.670.000.80   0.80
XYZ1.46982.50870.6939
Yxy2.50870.31460.5369
Hunter Lab15.8389-11.15388.4897
CIE-Lab17.9579-21.801321.0368

#11330a color RGB value is (17,51,10).

#11330a hex color red value is 17, green value is 51 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #11330a hue: 0.30 , saturation: 0.67 and the lightness value of 11330a is 0.12.

The process color (four color CMYK) of #11330a color hex is 0.67, 0.00, 0.80, 0.80. Web safe color of #11330a is #003300. Color #11330a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110011 00001010
Octal 21 63 12
Decimal 17 51 10
Hex 11 33 A

RGB Percentages of Color #11330a

%21.79
%65.38
%12.82

CMYK Percentages of Color #11330a

%67
%0
%80
%80

Triadic Colors of #11330a

#11330a #0a1133 #330a11

Analogous Colors of #11330a

#11330a #0a3318 #26330a

Monochromatic Colors of #11330a

#11330a

Complementary Color

#11330a #2c0a33

#11330a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11330a Color Preview on White Background

Lorem ipsum dolor sit amet.

#11330a Color CSS Codes

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

#11330a Text Font Color

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

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


#11330a Background Color

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

This div background color is #11330a


#11330a Border Color

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

This div border color is #11330a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,51,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11330a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11330a;
  -webkit-box-shadow: 1px 1px 3px 2px #11330a;
  box-shadow:         1px 1px 3px 2px #11330a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11330a

#11330a Color Palettes


Comments

No comments written yet.

Please login to write comment.