Color Hex Logo

#0e8abf Color Hex

#0E8ABF
(14,138,191)
0 Favorites   0 Comments

Color spaces of #0e8abf

RGB 14138191
HSL0.550.860.40
HSV198°93°75°
CMYK 0.930.280.00   0.25
XYZ18.673622.031952.5586
Yxy22.03190.20020.2362
Hunter Lab46.9382-11.1284-33.5328
CIE-Lab54.0608-11.3166-36.0940

#0e8abf color RGB value is (14,138,191).

#0e8abf hex color red value is 14, green value is 138 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #0e8abf hue: 0.55 , saturation: 0.86 and the lightness value of 0e8abf is 0.40.

The process color (four color CMYK) of #0e8abf color hex is 0.93, 0.28, 0.00, 0.25. Web safe color of #0e8abf is #0099cc. Color #0e8abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10001010 10111111
Octal 16 212 277
Decimal 14 138 191
Hex E 8A BF

RGB Percentages of Color #0e8abf

%4.08
%40.23
%55.69

CMYK Percentages of Color #0e8abf

%93
%28
%0
%25

Triadic Colors of #0e8abf

#0e8abf #bf0e8a #8abf0e

Analogous Colors of #0e8abf

#0e8abf #0e32bf #0ebf9c

Monochromatic Colors of #0e8abf

#0e8abf

Complementary Color

#0e8abf #bf430e

#0e8abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e8abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e8abf Color CSS Codes

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

#0e8abf Text Font Color

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

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


#0e8abf Background Color

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

This div background color is #0e8abf


#0e8abf Border Color

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

This div border color is #0e8abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e8abf


Comments

No comments written yet.

Please login to write comment.