Color Hex Logo

#021f09 Color Hex

#021F09
(2,31,9)
0 Favorites   0 Comments

Color spaces of #021f09

RGB 2319
HSL0.370.880.06
HSV134°94°12°
CMYK 0.940.000.71   0.88
XYZ0.56431.01260.4242
Yxy1.01260.28200.5060
Hunter Lab10.0628-7.60004.5446
CIE-Lab9.0960-16.09089.6152

#021f09 color RGB value is (2,31,9).

#021f09 hex color red value is 2, green value is 31 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #021f09 hue: 0.37 , saturation: 0.88 and the lightness value of 021f09 is 0.06.

The process color (four color CMYK) of #021f09 color hex is 0.94, 0.00, 0.71, 0.88. Web safe color of #021f09 is #003300. Color #021f09 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00011111 00001001
Octal 2 37 11
Decimal 2 31 9
Hex 2 1F 9

RGB Percentages of Color #021f09

%4.76
%73.81
%21.43

CMYK Percentages of Color #021f09

%94
%0
%71
%88

Triadic Colors of #021f09

#021f09 #09021f #1f0902

Analogous Colors of #021f09

#021f09 #021f18 #091f02

Monochromatic Colors of #021f09

#021f09

Complementary Color

#021f09 #1f0218

#021f09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#021f09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#021f09 Color CSS Codes

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

#021f09 Text Font Color

<p style="color:#021f09">Text here</p>

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


#021f09 Background Color

<div style="background-color:#021f09">
Div content here</div>

This div background color is #021f09


#021f09 Border Color

<div style="border:3px solid #021f09">
Div here</div>

This div border color is #021f09


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,31,9, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #021f09; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #021f09;
  -webkit-box-shadow: 1px 1px 3px 2px #021f09;
  box-shadow:         1px 1px 3px 2px #021f09; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #021f09


Comments

No comments written yet.

Please login to write comment.