Color Hex Logo

#0e751a Color Hex

#0E751A
(14,117,26)
0 Favorites   0 Comments

Color spaces of #0e751a

RGB 1411726
HSL0.350.790.26
HSV127°88°46°
CMYK 0.880.000.78   0.54
XYZ6.728812.89053.1108
Yxy12.89050.29600.5671
Hunter Lab35.9033-29.377419.9952
CIE-Lab42.5978-45.735839.8895

#0e751a color RGB value is (14,117,26).

#0e751a hex color red value is 14, green value is 117 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #0e751a hue: 0.35 , saturation: 0.79 and the lightness value of 0e751a is 0.26.

The process color (four color CMYK) of #0e751a color hex is 0.88, 0.00, 0.78, 0.54. Web safe color of #0e751a is #006633. Color #0e751a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 01110101 00011010
Octal 16 165 32
Decimal 14 117 26
Hex E 75 1A

RGB Percentages of Color #0e751a

%8.92
%74.52
%16.56

CMYK Percentages of Color #0e751a

%88
%0
%78
%54

Triadic Colors of #0e751a

#0e751a #1a0e75 #751a0e

Analogous Colors of #0e751a

#0e751a #0e754e #36750e

Monochromatic Colors of #0e751a

#0e751a

Complementary Color

#0e751a #750e69

#0e751a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e751a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e751a Color CSS Codes

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

#0e751a Text Font Color

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

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


#0e751a Background Color

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

This div background color is #0e751a


#0e751a Border Color

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

This div border color is #0e751a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e751a


Comments

No comments written yet.

Please login to write comment.