Color Hex Logo

#007101 Color Hex

#007101
(0,113,1)
0 Favorites   0 Comments

Color spaces of #007101

RGB 01131
HSL0.331.000.22
HSV121°100°44°
CMYK 1.000.000.99   0.56
XYZ5.910611.81241.9972
Yxy11.81240.29970.5990
Hunter Lab34.3692-29.448720.6131
CIE-Lab40.9164-47.236945.3864

#007101 color RGB value is (0,113,1).

#007101 hex color red value is 0, green value is 113 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #007101 hue: 0.33 , saturation: 1.00 and the lightness value of 007101 is 0.22.

The process color (four color CMYK) of #007101 color hex is 1.00, 0.00, 0.99, 0.56. Web safe color of #007101 is #006600. Color #007101 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01110001 00000001
Octal 0 161 1
Decimal 0 113 1
Hex 0 71 1

RGB Percentages of Color #007101

%0.00
%99.12
%0.88

CMYK Percentages of Color #007101

%100
%0
%99
%56

Triadic Colors of #007101

#007101 #010071 #710100

Analogous Colors of #007101

#007101 #00713a #387100

Monochromatic Colors of #007101

#007101

Complementary Color

#007101 #710070

#007101 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#007101 Color Preview on White Background

Lorem ipsum dolor sit amet.

#007101 Color CSS Codes

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

#007101 Text Font Color

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

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


#007101 Background Color

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

This div background color is #007101


#007101 Border Color

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

This div border color is #007101


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #007101


Comments

No comments written yet.

Please login to write comment.