Color Hex Logo

#020c07 Color Hex

#020C07
(2,12,7)
0 Favorites   0 Comments

Color spaces of #020c07

RGB 2127
HSL0.420.710.03
HSV150°83°
CMYK 0.830.000.42   0.95
XYZ0.19490.29120.2469
Yxy0.29120.26590.3973
Hunter Lab5.3963-2.99661.0647
CIE-Lab2.6304-3.35401.0036

#020c07 color RGB value is (2,12,7).

#020c07 hex color red value is 2, green value is 12 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #020c07 hue: 0.42 , saturation: 0.71 and the lightness value of 020c07 is 0.03.

The process color (four color CMYK) of #020c07 color hex is 0.83, 0.00, 0.42, 0.95. Web safe color of #020c07 is #000000. Color #020c07 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 00001100 00000111
Octal 2 14 7
Decimal 2 12 7
Hex 2 C 7

RGB Percentages of Color #020c07

%9.52
%57.14
%33.33

CMYK Percentages of Color #020c07

%83
%0
%42
%95

Triadic Colors of #020c07

#020c07 #07020c #0c0702

Analogous Colors of #020c07

#020c07 #020c0c #020c02

Monochromatic Colors of #020c07

#020c07

Complementary Color

#020c07 #0c0207

#020c07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#020c07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#020c07 Color CSS Codes

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

#020c07 Text Font Color

<p style="color:#020c07">Text here</p>

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


#020c07 Background Color

<div style="background-color:#020c07">
Div content here</div>

This div background color is #020c07


#020c07 Border Color

<div style="border:3px solid #020c07">
Div here</div>

This div border color is #020c07


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,12,7, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #020c07; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #020c07;
  -webkit-box-shadow: 1px 1px 3px 2px #020c07;
  box-shadow:         1px 1px 3px 2px #020c07; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #020c07


Comments

No comments written yet.

Please login to write comment.