Color Hex Logo

#0e8baf Color Hex

#0E8BAF
(14,139,175)
0 Favorites   0 Comments

Color spaces of #0e8baf

RGB 14139175
HSL0.540.850.37
HSV193°92°69°
CMYK 0.920.210.00   0.31
XYZ17.151621.653743.8330
Yxy21.65370.20760.2620
Hunter Lab46.5335-15.6411-23.2757
CIE-Lab53.6576-17.7005-27.5768

#0e8baf color RGB value is (14,139,175).

#0e8baf hex color red value is 14, green value is 139 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #0e8baf hue: 0.54 , saturation: 0.85 and the lightness value of 0e8baf is 0.37.

The process color (four color CMYK) of #0e8baf color hex is 0.92, 0.21, 0.00, 0.31. Web safe color of #0e8baf is #009999. Color #0e8baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10001011 10101111
Octal 16 213 257
Decimal 14 139 175
Hex E 8B AF

RGB Percentages of Color #0e8baf

%4.27
%42.38
%53.35

CMYK Percentages of Color #0e8baf

%92
%21
%0
%31

Triadic Colors of #0e8baf

#0e8baf #af0e8b #8baf0e

Analogous Colors of #0e8baf

#0e8baf #0e3baf #0eaf83

Monochromatic Colors of #0e8baf

#0e8baf

Complementary Color

#0e8baf #af320e

#0e8baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e8baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e8baf Color CSS Codes

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

#0e8baf Text Font Color

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

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


#0e8baf Background Color

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

This div background color is #0e8baf


#0e8baf Border Color

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

This div border color is #0e8baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e8baf


Comments

No comments written yet.

Please login to write comment.