Color Hex Logo

#0eb9df Color Hex

#0EB9DF
(14,185,223)
0 Favorites   0 Comments

Color spaces of #0eb9df

RGB 14185223
HSL0.530.880.46
HSV191°94°87°
CMYK 0.940.170.00   0.13
XYZ30.849340.119075.9298
Yxy40.11900.21000.2731
Hunter Lab63.3396-23.9065-26.7376
CIE-Lab69.5542-25.1530-29.8494

#0eb9df color RGB value is (14,185,223).

#0eb9df hex color red value is 14, green value is 185 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #0eb9df hue: 0.53 , saturation: 0.88 and the lightness value of 0eb9df is 0.46.

The process color (four color CMYK) of #0eb9df color hex is 0.94, 0.17, 0.00, 0.13. Web safe color of #0eb9df is #00cccc. Color #0eb9df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10111001 11011111
Octal 16 271 337
Decimal 14 185 223
Hex E B9 DF

RGB Percentages of Color #0eb9df

%3.32
%43.84
%52.84

CMYK Percentages of Color #0eb9df

%94
%17
%0
%13

Triadic Colors of #0eb9df

#0eb9df #df0eb9 #b9df0e

Analogous Colors of #0eb9df

#0eb9df #0e50df #0edf9d

Monochromatic Colors of #0eb9df

#0eb9df

Complementary Color

#0eb9df #df340e

#0eb9df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eb9df Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eb9df Color CSS Codes

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

#0eb9df Text Font Color

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

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


#0eb9df Background Color

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

This div background color is #0eb9df


#0eb9df Border Color

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

This div border color is #0eb9df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eb9df


Comments

No comments written yet.

Please login to write comment.