Color Hex Logo

#0eaedb Color Hex

#0EAEDB
(14,174,219)
0 Favorites   0 Comments

Color spaces of #0eaedb

RGB 14174219
HSL0.540.880.46
HSV193°94°86°
CMYK 0.940.210.00   0.14
XYZ28.103335.479972.3849
Yxy35.47990.20670.2609
Hunter Lab59.5650-20.0209-30.3552
CIE-Lab66.1206-20.8668-32.9652

#0eaedb color RGB value is (14,174,219).

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

The process color (four color CMYK) of #0eaedb color hex is 0.94, 0.21, 0.00, 0.14. Web safe color of #0eaedb is #0099cc. Color #0eaedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101110 11011011
Octal 16 256 333
Decimal 14 174 219
Hex E AE DB

RGB Percentages of Color #0eaedb

%3.44
%42.75
%53.81

CMYK Percentages of Color #0eaedb

%94
%21
%0
%14

Triadic Colors of #0eaedb

#0eaedb #db0eae #aedb0e

Analogous Colors of #0eaedb

#0eaedb #0e48db #0edba2

Monochromatic Colors of #0eaedb

#0eaedb

Complementary Color

#0eaedb #db3b0e

#0eaedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eaedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eaedb Color CSS Codes

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

#0eaedb Text Font Color

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

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


#0eaedb Background Color

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

This div background color is #0eaedb


#0eaedb Border Color

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

This div border color is #0eaedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eaedb


Comments

No comments written yet.

Please login to write comment.