Color Hex Logo

#0e8efb Color Hex

#0E8EFB
(14,142,251)
0 Favorites   0 Comments

Color spaces of #0e8efb

RGB 14142251
HSL0.580.970.52
HSV208°94°98°
CMYK 0.940.430.00   0.02
XYZ27.266726.404494.9262
Yxy26.40440.18350.1777
Hunter Lab51.38524.7939-73.5594
CIE-Lab58.41898.9913-62.7525

#0e8efb color RGB value is (14,142,251).

#0e8efb hex color red value is 14, green value is 142 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #0e8efb hue: 0.58 , saturation: 0.97 and the lightness value of 0e8efb is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10001110 11111011
Octal 16 216 373
Decimal 14 142 251
Hex E 8E FB

RGB Percentages of Color #0e8efb

%3.44
%34.89
%61.67

CMYK Percentages of Color #0e8efb

%94
%43
%0
%2

Triadic Colors of #0e8efb

#0e8efb #fb0e8e #8efb0e

Analogous Colors of #0e8efb

#0e8efb #0e17fb #0efbf2

Monochromatic Colors of #0e8efb

#0e8efb

Complementary Color

#0e8efb #fb7b0e

#0e8efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e8efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e8efb Color CSS Codes

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

#0e8efb Text Font Color

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

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


#0e8efb Background Color

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

This div background color is #0e8efb


#0e8efb Border Color

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

This div border color is #0e8efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e8efb


Comments

No comments written yet.

Please login to write comment.