Color Hex Logo

#0e839e Color Hex

#0E839E
(14,131,158)
0 Favorites   0 Comments

Color spaces of #0e839e

RGB 14131158
HSL0.530.840.34
HSV191°91°62°
CMYK 0.910.170.00   0.38
XYZ14.469018.794635.2129
Yxy18.79460.21130.2745
Hunter Lab43.3527-16.2928-17.8109
CIE-Lab50.4460-19.4306-22.7189

#0e839e color RGB value is (14,131,158).

#0e839e hex color red value is 14, green value is 131 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #0e839e hue: 0.53 , saturation: 0.84 and the lightness value of 0e839e is 0.34.

The process color (four color CMYK) of #0e839e color hex is 0.91, 0.17, 0.00, 0.38. Web safe color of #0e839e is #009999. Color #0e839e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10000011 10011110
Octal 16 203 236
Decimal 14 131 158
Hex E 83 9E

RGB Percentages of Color #0e839e

%4.62
%43.23
%52.15

CMYK Percentages of Color #0e839e

%91
%17
%0
%38

Triadic Colors of #0e839e

#0e839e #9e0e83 #839e0e

Analogous Colors of #0e839e

#0e839e #0e3b9e #0e9e71

Monochromatic Colors of #0e839e

#0e839e

Complementary Color

#0e839e #9e290e

#0e839e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e839e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e839e Color CSS Codes

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

#0e839e Text Font Color

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

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


#0e839e Background Color

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

This div background color is #0e839e


#0e839e Border Color

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

This div border color is #0e839e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e839e


Comments

No comments written yet.

Please login to write comment.