Color Hex Logo

#0e9dbf Color Hex

#0E9DBF
(14,157,191)
0 Favorites   0 Comments

Color spaces of #0e9dbf

RGB 14157191
HSL0.530.860.40
HSV192°93°75°
CMYK 0.930.180.00   0.25
XYZ21.642027.968953.5481
Yxy27.96890.20980.2711
Hunter Lab52.8856-19.5036-23.0128
CIE-Lab59.8606-21.6647-27.0728

#0e9dbf color RGB value is (14,157,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10011101 10111111
Octal 16 235 277
Decimal 14 157 191
Hex E 9D BF

RGB Percentages of Color #0e9dbf

%3.87
%43.37
%52.76

CMYK Percentages of Color #0e9dbf

%93
%18
%0
%25

Triadic Colors of #0e9dbf

#0e9dbf #bf0e9d #9dbf0e

Analogous Colors of #0e9dbf

#0e9dbf #0e44bf #0ebf89

Monochromatic Colors of #0e9dbf

#0e9dbf

Complementary Color

#0e9dbf #bf300e

#0e9dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e9dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e9dbf Color CSS Codes

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

#0e9dbf Text Font Color

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

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


#0e9dbf Background Color

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

This div background color is #0e9dbf


#0e9dbf Border Color

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

This div border color is #0e9dbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,157,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 #0e9dbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e9dbf


Comments

No comments written yet.

Please login to write comment.