Color Hex Logo

#0eaadb Color Hex

#0EAADB
(14,170,219)
0 Favorites   0 Comments

Color spaces of #0eaadb

RGB 14170219
HSL0.540.880.46
HSV194°94°86°
CMYK 0.940.220.00   0.14
XYZ27.342033.957372.1312
Yxy33.95730.20490.2545
Hunter Lab58.2729-18.2243-32.5992
CIE-Lab64.9287-18.7646-34.8161

#0eaadb color RGB value is (14,170,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101010 11011011
Octal 16 252 333
Decimal 14 170 219
Hex E AA DB

RGB Percentages of Color #0eaadb

%3.47
%42.18
%54.34

CMYK Percentages of Color #0eaadb

%94
%22
%0
%14

Triadic Colors of #0eaadb

#0eaadb #db0eaa #aadb0e

Analogous Colors of #0eaadb

#0eaadb #0e44db #0edba6

Monochromatic Colors of #0eaadb

#0eaadb

Complementary Color

#0eaadb #db3f0e

#0eaadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eaadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eaadb Color CSS Codes

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

#0eaadb Text Font Color

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

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


#0eaadb Background Color

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

This div background color is #0eaadb


#0eaadb Border Color

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

This div border color is #0eaadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eaadb


Comments

No comments written yet.

Please login to write comment.