Color Hex Logo

#00800f Color Hex

#00800F
(0,128,15)
0 Favorites   0 Comments

Color spaces of #00800f

RGB 012815
HSL0.351.000.25
HSV127°100°50°
CMYK 1.000.000.88   0.50
XYZ7.805415.47283.0271
Yxy15.47280.29670.5882
Hunter Lab39.3355-33.417122.9721
CIE-Lab46.2751-51.095846.7830

#00800f color RGB value is (0,128,15).

#00800f hex color red value is 0, green value is 128 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #00800f hue: 0.35 , saturation: 1.00 and the lightness value of 00800f is 0.25.

The process color (four color CMYK) of #00800f color hex is 1.00, 0.00, 0.88, 0.50. Web safe color of #00800f is #009900. Color #00800f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10000000 00001111
Octal 0 200 17
Decimal 0 128 15
Hex 0 80 F

RGB Percentages of Color #00800f

%0.00
%89.51
%10.49

CMYK Percentages of Color #00800f

%100
%0
%88
%50

Triadic Colors of #00800f

#00800f #0f0080 #800f00

Analogous Colors of #00800f

#00800f #00804f #318000

Monochromatic Colors of #00800f

#00800f

Complementary Color

#00800f #800071

#00800f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00800f Color Preview on White Background

Lorem ipsum dolor sit amet.

#00800f Color CSS Codes

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

#00800f Text Font Color

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

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


#00800f Background Color

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

This div background color is #00800f


#00800f Border Color

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

This div border color is #00800f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00800f


Comments

No comments written yet.

Please login to write comment.