Color Hex Logo

#0e752d Color Hex

#0E752D
(14,117,45)
0 Favorites   0 Comments

Color spaces of #0e752d

RGB 1411745
HSL0.380.790.26
HSV138°88°46°
CMYK 0.880.000.62   0.54
XYZ7.016013.00544.6231
Yxy13.00540.28470.5277
Hunter Lab36.0630-28.383417.6434
CIE-Lab42.7714-43.582131.5569

#0e752d color RGB value is (14,117,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 01110101 00101101
Octal 16 165 55
Decimal 14 117 45
Hex E 75 2D

RGB Percentages of Color #0e752d

%7.95
%66.48
%25.57

CMYK Percentages of Color #0e752d

%88
%0
%62
%54

Triadic Colors of #0e752d

#0e752d #2d0e75 #752d0e

Analogous Colors of #0e752d

#0e752d #0e7561 #22750e

Monochromatic Colors of #0e752d

#0e752d

Complementary Color

#0e752d #750e56

#0e752d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e752d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e752d Color CSS Codes

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

#0e752d Text Font Color

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

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


#0e752d Background Color

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

This div background color is #0e752d


#0e752d Border Color

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

This div border color is #0e752d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e752d


Comments

No comments written yet.

Please login to write comment.