Color Hex Logo

#11211e Color Hex

#11211E
(17,33,30)
0 Favorites   0 Comments

Color spaces of #11211e

RGB 173330
HSL0.470.320.10
HSV169°48°13°
CMYK 0.480.000.09   0.87
XYZ1.00941.30061.4261
Yxy1.30060.27020.3481
Hunter Lab11.4044-4.15870.5690
CIE-Lab11.2797-7.6813-0.1101

#11211e color RGB value is (17,33,30).

#11211e hex color red value is 17, green value is 33 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #11211e hue: 0.47 , saturation: 0.32 and the lightness value of 11211e is 0.10.

The process color (four color CMYK) of #11211e color hex is 0.48, 0.00, 0.09, 0.87. Web safe color of #11211e is #003333. Color #11211e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100001 00011110
Octal 21 41 36
Decimal 17 33 30
Hex 11 21 1E

RGB Percentages of Color #11211e

%21.25
%41.25
%37.50

CMYK Percentages of Color #11211e

%48
%0
%9
%87

Triadic Colors of #11211e

#11211e #1e1121 #211e11

Analogous Colors of #11211e

#11211e #111c21 #112116

Monochromatic Colors of #11211e

#11211e

Complementary Color

#11211e #211114

#11211e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11211e Color Preview on White Background

Lorem ipsum dolor sit amet.

#11211e Color CSS Codes

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

#11211e Text Font Color

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

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


#11211e Background Color

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

This div background color is #11211e


#11211e Border Color

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

This div border color is #11211e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,33,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 #11211e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11211e


Comments

No comments written yet.

Please login to write comment.