Color Hex Logo

#00850a Color Hex

#00850A
(0,133,10)
0 Favorites   0 Comments

Color spaces of #00850a

RGB 013310
HSL0.351.000.26
HSV125°100°52°
CMYK 1.000.000.92   0.48
XYZ8.442316.79703.0843
Yxy16.79700.29810.5930
Hunter Lab40.9841-34.953124.2270
CIE-Lab48.0032-52.787449.3833

#00850a color RGB value is (0,133,10).

#00850a hex color red value is 0, green value is 133 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #00850a hue: 0.35 , saturation: 1.00 and the lightness value of 00850a is 0.26.

The process color (four color CMYK) of #00850a color hex is 1.00, 0.00, 0.92, 0.48. Web safe color of #00850a is #009900. Color #00850a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10000101 00001010
Octal 0 205 12
Decimal 0 133 10
Hex 0 85 A

RGB Percentages of Color #00850a

%0.00
%93.01
%6.99

CMYK Percentages of Color #00850a

%100
%0
%92
%48

Triadic Colors of #00850a

#00850a #0a0085 #850a00

Analogous Colors of #00850a

#00850a #00854d #398500

Monochromatic Colors of #00850a

#00850a

Complementary Color

#00850a #85007b

#00850a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00850a Color Preview on White Background

Lorem ipsum dolor sit amet.

#00850a Color CSS Codes

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

#00850a Text Font Color

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

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


#00850a Background Color

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

This div background color is #00850a


#00850a Border Color

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

This div border color is #00850a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00850a


Comments

No comments written yet.

Please login to write comment.