Color Hex Logo

#007f16 Color Hex

#007F16
(0,127,22)
0 Favorites   0 Comments

Color spaces of #007f16

RGB 012722
HSL0.361.000.25
HSV130°100°50°
CMYK 1.000.000.83   0.50
XYZ7.734215.23673.2924
Yxy15.23670.29450.5802
Hunter Lab39.0342-32.942122.3230
CIE-Lab45.9567-50.386344.5134

#007f16 color RGB value is (0,127,22).

#007f16 hex color red value is 0, green value is 127 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #007f16 hue: 0.36 , saturation: 1.00 and the lightness value of 007f16 is 0.25.

The process color (four color CMYK) of #007f16 color hex is 1.00, 0.00, 0.83, 0.50. Web safe color of #007f16 is #006600. Color #007f16 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01111111 00010110
Octal 0 177 26
Decimal 0 127 22
Hex 0 7F 16

RGB Percentages of Color #007f16

%0.00
%85.23
%14.77

CMYK Percentages of Color #007f16

%100
%0
%83
%50

Triadic Colors of #007f16

#007f16 #16007f #7f1600

Analogous Colors of #007f16

#007f16 #007f56 #2a7f00

Monochromatic Colors of #007f16

#007f16

Complementary Color

#007f16 #7f0069

#007f16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#007f16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#007f16 Color CSS Codes

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

#007f16 Text Font Color

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

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


#007f16 Background Color

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

This div background color is #007f16


#007f16 Border Color

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

This div border color is #007f16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #007f16


Comments

No comments written yet.

Please login to write comment.