Color Hex Logo

#006214 Color Hex

#006214
(0,98,20)
0 Favorites   0 Comments

Color spaces of #006214

RGB 09820
HSL0.371.000.19
HSV132°100°38°
CMYK 1.000.000.80   0.62
XYZ4.49398.78592.1208
Yxy8.78590.29180.5705
Hunter Lab29.6410-24.809216.5065
CIE-Lab35.5688-41.479235.1000

#006214 color RGB value is (0,98,20).

#006214 hex color red value is 0, green value is 98 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #006214 hue: 0.37 , saturation: 1.00 and the lightness value of 006214 is 0.19.

The process color (four color CMYK) of #006214 color hex is 1.00, 0.00, 0.80, 0.62. Web safe color of #006214 is #006600. Color #006214 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01100010 00010100
Octal 0 142 24
Decimal 0 98 20
Hex 0 62 14

RGB Percentages of Color #006214

%0.00
%83.05
%16.95

CMYK Percentages of Color #006214

%100
%0
%80
%62

Triadic Colors of #006214

#006214 #140062 #621400

Analogous Colors of #006214

#006214 #006245 #1d6200

Monochromatic Colors of #006214

#006214

Complementary Color

#006214 #62004e

#006214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#006214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#006214 Color CSS Codes

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

#006214 Text Font Color

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

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


#006214 Background Color

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

This div background color is #006214


#006214 Border Color

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

This div border color is #006214


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #006214


Comments

No comments written yet.

Please login to write comment.