Color Hex Logo

#0e6514 Color Hex

#0E6514
(14,101,20)
0 Favorites   0 Comments

Color spaces of #0e6514

RGB 1410120
HSL0.340.760.23
HSV124°86°40°
CMYK 0.860.000.80   0.60
XYZ4.96119.45122.2246
Yxy9.45120.29820.5681
Hunter Lab30.7428-24.994617.2296
CIE-Lab36.8389-40.893736.4259

#0e6514 color RGB value is (14,101,20).

#0e6514 hex color red value is 14, green value is 101 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #0e6514 hue: 0.34 , saturation: 0.76 and the lightness value of 0e6514 is 0.23.

The process color (four color CMYK) of #0e6514 color hex is 0.86, 0.00, 0.80, 0.60. Web safe color of #0e6514 is #006600. Color #0e6514 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 01100101 00010100
Octal 16 145 24
Decimal 14 101 20
Hex E 65 14

RGB Percentages of Color #0e6514

%10.37
%74.81
%14.81

CMYK Percentages of Color #0e6514

%86
%0
%80
%60

Triadic Colors of #0e6514

#0e6514 #140e65 #65140e

Monochromatic Colors of #0e6514

#0e6514

Complementary Color

#0e6514 #650e5f

#0e6514 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e6514 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e6514 Color CSS Codes

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

#0e6514 Text Font Color

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

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


#0e6514 Background Color

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

This div background color is #0e6514


#0e6514 Border Color

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

This div border color is #0e6514


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,101,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 #0e6514">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e6514


Comments

No comments written yet.

Please login to write comment.