Color Hex Logo

#0eafdb Color Hex

#0EAFDB
(14,175,219)
0 Favorites   0 Comments

Color spaces of #0eafdb

RGB 14175219
HSL0.540.880.46
HSV193°94°86°
CMYK 0.940.200.00   0.14
XYZ28.297335.867872.4496
Yxy35.86780.20710.2625
Hunter Lab59.8897-20.4676-29.8013
CIE-Lab66.4188-21.3874-32.5031

#0eafdb color RGB value is (14,175,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101111 11011011
Octal 16 257 333
Decimal 14 175 219
Hex E AF DB

RGB Percentages of Color #0eafdb

%3.43
%42.89
%53.68

CMYK Percentages of Color #0eafdb

%94
%20
%0
%14

Triadic Colors of #0eafdb

#0eafdb #db0eaf #afdb0e

Analogous Colors of #0eafdb

#0eafdb #0e49db #0edba1

Monochromatic Colors of #0eafdb

#0eafdb

Complementary Color

#0eafdb #db3a0e

#0eafdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eafdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eafdb Color CSS Codes

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

#0eafdb Text Font Color

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

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


#0eafdb Background Color

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

This div background color is #0eafdb


#0eafdb Border Color

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

This div border color is #0eafdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eafdb


Comments

No comments written yet.

Please login to write comment.