Color Hex Logo

#0e7d45 Color Hex

#0E7D45
(14,125,69)
0 Favorites   0 Comments

Color spaces of #0e7d45

RGB 1412569
HSL0.420.800.27
HSV150°89°49°
CMYK 0.890.000.45   0.51
XYZ8.588915.19038.1096
Yxy15.19030.26930.4764
Hunter Lab38.9747-28.869614.9457
CIE-Lab45.8937-42.410822.5655

#0e7d45 color RGB value is (14,125,69).

#0e7d45 hex color red value is 14, green value is 125 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #0e7d45 hue: 0.42 , saturation: 0.80 and the lightness value of 0e7d45 is 0.27.

The process color (four color CMYK) of #0e7d45 color hex is 0.89, 0.00, 0.45, 0.51. Web safe color of #0e7d45 is #006633. Color #0e7d45 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 01111101 01000101
Octal 16 175 105
Decimal 14 125 69
Hex E 7D 45

RGB Percentages of Color #0e7d45

%6.73
%60.10
%33.17

CMYK Percentages of Color #0e7d45

%89
%0
%45
%51

Triadic Colors of #0e7d45

#0e7d45 #450e7d #7d450e

Analogous Colors of #0e7d45

#0e7d45 #0e7d7d #0f7d0e

Monochromatic Colors of #0e7d45

#0e7d45

Complementary Color

#0e7d45 #7d0e46

#0e7d45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e7d45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e7d45 Color CSS Codes

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

#0e7d45 Text Font Color

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

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


#0e7d45 Background Color

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

This div background color is #0e7d45


#0e7d45 Border Color

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

This div border color is #0e7d45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e7d45


Comments

No comments written yet.

Please login to write comment.