Color Hex Logo

#0eadfe Color Hex

#0EADFE
(14,173,254)
0 Favorites   0 Comments

Color spaces of #0eadfe

RGB 14173254
HSL0.560.990.53
HSV200°94°100°
CMYK 0.940.320.00   0.00
XYZ33.014137.136399.1939
Yxy37.13630.19500.2193
Hunter Lab60.9396-9.9416-53.8511
CIE-Lab67.3792-7.9213-50.1252

#0eadfe color RGB value is (14,173,254).

#0eadfe hex color red value is 14, green value is 173 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #0eadfe hue: 0.56 , saturation: 0.99 and the lightness value of 0eadfe is 0.53.

The process color (four color CMYK) of #0eadfe color hex is 0.94, 0.32, 0.00, 0.00. Web safe color of #0eadfe is #0099ff. Color #0eadfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101101 11111110
Octal 16 255 376
Decimal 14 173 254
Hex E AD FE

RGB Percentages of Color #0eadfe

%3.17
%39.23
%57.60

CMYK Percentages of Color #0eadfe

%94
%32
%0
%0

Triadic Colors of #0eadfe

#0eadfe #fe0ead #adfe0e

Analogous Colors of #0eadfe

#0eadfe #0e35fe #0efed7

Monochromatic Colors of #0eadfe

#0eadfe

Complementary Color

#0eadfe #fe5f0e

#0eadfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eadfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eadfe Color CSS Codes

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

#0eadfe Text Font Color

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

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


#0eadfe Background Color

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

This div background color is #0eadfe


#0eadfe Border Color

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

This div border color is #0eadfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eadfe


Comments

No comments written yet.

Please login to write comment.