Color Hex Logo

#0eebfe Color Hex

#0EEBFE
(14,235,254)
0 Favorites   0 Comments

Color spaces of #0eebfe

RGB 14235254
HSL0.510.990.53
HSV185°94°100°
CMYK 0.940.070.00   0.00
XYZ47.778866.6658104.1155
Yxy66.66580.21860.3050
Hunter Lab81.6491-38.4327-18.4497
CIE-Lab85.3349-39.2287-22.3220

#0eebfe color RGB value is (14,235,254).

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

The process color (four color CMYK) of #0eebfe color hex is 0.94, 0.07, 0.00, 0.00. Web safe color of #0eebfe is #00ffff. Color #0eebfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11101011 11111110
Octal 16 353 376
Decimal 14 235 254
Hex E EB FE

RGB Percentages of Color #0eebfe

%2.78
%46.72
%50.50

CMYK Percentages of Color #0eebfe

%94
%7
%0
%0

Triadic Colors of #0eebfe

#0eebfe #fe0eeb #ebfe0e

Analogous Colors of #0eebfe

#0eebfe #0e73fe #0efe99

Monochromatic Colors of #0eebfe

#0eebfe

Complementary Color

#0eebfe #fe210e

#0eebfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eebfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eebfe Color CSS Codes

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

#0eebfe Text Font Color

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

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


#0eebfe Background Color

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

This div background color is #0eebfe


#0eebfe Border Color

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

This div border color is #0eebfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eebfe


Comments

No comments written yet.

Please login to write comment.