Color Hex Logo

#021c09 Color Hex

#021C09
(2,28,9)
0 Favorites   0 Comments

Color spaces of #021c09

RGB 2289
HSL0.380.870.06
HSV136°93°11°
CMYK 0.930.000.68   0.89
XYZ0.48960.86310.3992
Yxy0.86310.27950.4927
Hunter Lab9.2903-6.85113.9556
CIE-Lab7.7963-13.54897.7320

#021c09 color RGB value is (2,28,9).

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

The process color (four color CMYK) of #021c09 color hex is 0.93, 0.00, 0.68, 0.89. Web safe color of #021c09 is #003300. Color #021c09 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00011100 00001001
Octal 2 34 11
Decimal 2 28 9
Hex 2 1C 9

RGB Percentages of Color #021c09

%5.13
%71.79
%23.08

CMYK Percentages of Color #021c09

%93
%0
%68
%89

Triadic Colors of #021c09

#021c09 #09021c #1c0902

Analogous Colors of #021c09

#021c09 #021c16 #081c02

Monochromatic Colors of #021c09

#021c09

Complementary Color

#021c09 #1c0215

#021c09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#021c09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#021c09 Color CSS Codes

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

#021c09 Text Font Color

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

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


#021c09 Background Color

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

This div background color is #021c09


#021c09 Border Color

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

This div border color is #021c09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #021c09


Comments

No comments written yet.

Please login to write comment.