Color Hex Logo

#00210e Color Hex

#00210E
(0,33,14)
0 Favorites   0 Comments

Color spaces of #00210e

RGB 03314
HSL0.401.000.06
HSV145°100°13°
CMYK 1.000.000.58   0.87
XYZ0.62311.11940.5987
Yxy1.11940.26610.4781
Hunter Lab10.5802-8.00294.0511
CIE-Lab9.9489-17.35888.5899

#00210e color RGB value is (0,33,14).

#00210e hex color red value is 0, green value is 33 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #00210e hue: 0.40 , saturation: 1.00 and the lightness value of 00210e is 0.06.

The process color (four color CMYK) of #00210e color hex is 1.00, 0.00, 0.58, 0.87. Web safe color of #00210e is #003300. Color #00210e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00100001 00001110
Octal 0 41 16
Decimal 0 33 14
Hex 0 21 E

RGB Percentages of Color #00210e

%0.00
%70.21
%29.79

CMYK Percentages of Color #00210e

%100
%0
%58
%87

Triadic Colors of #00210e

#00210e #0e0021 #210e00

Analogous Colors of #00210e

#00210e #00211f #032100

Monochromatic Colors of #00210e

#00210e

Complementary Color

#00210e #210013

#00210e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00210e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00210e Color CSS Codes

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

#00210e Text Font Color

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

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


#00210e Background Color

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

This div background color is #00210e


#00210e Border Color

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

This div border color is #00210e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,33,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00210e


Comments

No comments written yet.

Please login to write comment.