Color Hex Logo

#01211e Color Hex

#01211E
(1,33,30)
0 Favorites   0 Comments

Color spaces of #01211e

RGB 13330
HSL0.480.940.07
HSV174°97°13°
CMYK 0.970.000.09   0.87
XYZ0.79071.18791.4159
Yxy1.18790.23290.3499
Hunter Lab10.8991-6.1237-0.0730
CIE-Lab10.4678-12.7297-1.3972

#01211e color RGB value is (1,33,30).

#01211e hex color red value is 1, green value is 33 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #01211e hue: 0.48 , saturation: 0.94 and the lightness value of 01211e is 0.07.

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00100001 00011110
Octal 1 41 36
Decimal 1 33 30
Hex 1 21 1E

RGB Percentages of Color #01211e

%1.56
%51.56
%46.88

CMYK Percentages of Color #01211e

%97
%0
%9
%87

Triadic Colors of #01211e

#01211e #1e0121 #211e01

Analogous Colors of #01211e

#01211e #011421 #01210e

Monochromatic Colors of #01211e

#01211e

Complementary Color

#01211e #210104

#01211e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01211e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01211e Color CSS Codes

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

#01211e Text Font Color

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

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


#01211e Background Color

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

This div background color is #01211e


#01211e Border Color

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

This div border color is #01211e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01211e


Comments

No comments written yet.

Please login to write comment.