Color Hex Logo

#0e735b Color Hex

#0E735B
(14,115,91)
0 Favorites   0 Comments

Color spaces of #0e735b

RGB 1411591
HSL0.460.780.25
HSV166°88°45°
CMYK 0.880.000.21   0.55
XYZ8.200213.110211.9959
Yxy13.11020.24620.3936
Hunter Lab36.2080-22.93835.7025
CIE-Lab42.9288-33.06815.7230

#0e735b color RGB value is (14,115,91).

#0e735b hex color red value is 14, green value is 115 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #0e735b hue: 0.46 , saturation: 0.78 and the lightness value of 0e735b is 0.25.

The process color (four color CMYK) of #0e735b color hex is 0.88, 0.00, 0.21, 0.55. Web safe color of #0e735b is #006666. Color #0e735b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 01110011 01011011
Octal 16 163 133
Decimal 14 115 91
Hex E 73 5B

RGB Percentages of Color #0e735b

%6.36
%52.27
%41.36

CMYK Percentages of Color #0e735b

%88
%0
%21
%55

Triadic Colors of #0e735b

#0e735b #5b0e73 #735b0e

Analogous Colors of #0e735b

#0e735b #0e5973 #0e7329

Monochromatic Colors of #0e735b

#0e735b

Complementary Color

#0e735b #730e26

#0e735b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e735b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e735b Color CSS Codes

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

#0e735b Text Font Color

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

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


#0e735b Background Color

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

This div background color is #0e735b


#0e735b Border Color

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

This div border color is #0e735b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e735b


Comments

No comments written yet.

Please login to write comment.