Color Hex Logo

#00650e Color Hex

#00650E
(0,101,14)
0 Favorites   0 Comments

Color spaces of #00650e

RGB 010114
HSL0.361.000.20
HSV128°100°40°
CMYK 1.000.000.86   0.60
XYZ4.73299.33911.9686
Yxy9.33910.29510.5822
Hunter Lab30.5599-25.835117.5726
CIE-Lab36.6291-42.899838.2476

#00650e color RGB value is (0,101,14).

#00650e hex color red value is 0, green value is 101 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #00650e hue: 0.36 , saturation: 1.00 and the lightness value of 00650e is 0.20.

The process color (four color CMYK) of #00650e color hex is 1.00, 0.00, 0.86, 0.60. Web safe color of #00650e is #006600. Color #00650e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01100101 00001110
Octal 0 145 16
Decimal 0 101 14
Hex 0 65 E

RGB Percentages of Color #00650e

%0.00
%87.83
%12.17

CMYK Percentages of Color #00650e

%100
%0
%86
%60

Triadic Colors of #00650e

#00650e #0e0065 #650e00

Analogous Colors of #00650e

#00650e #006541 #256500

Monochromatic Colors of #00650e

#00650e

Complementary Color

#00650e #650057

#00650e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00650e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00650e Color CSS Codes

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

#00650e Text Font Color

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

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


#00650e Background Color

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

This div background color is #00650e


#00650e Border Color

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

This div border color is #00650e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00650e


Comments

No comments written yet.

Please login to write comment.