color codes Logo

#0e5efc color codes

#0E5EFC
(14,94,252)
0 Favorites   0 Comments

Color spaces of #0e5efc

RGB 1494252
HSL0.610.980.52
HSV220°94°99°
CMYK 0.940.630.00   0.01
XYZ21.754515.127093.8687
Yxy15.12700.16640.1157
Hunter Lab38.893431.7779-115.8700
CIE-Lab45.807739.4366-83.7839

#0e5efc color RGB value is (14,94,252).

#0e5efc hex color red value is 14, green value is 94 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #0e5efc hue: 0.61 , saturation: 0.98 and the lightness value of 0e5efc is 0.52.

The process color (four color CMYK) of #0e5efc color code is 0.94, 0.63, 0.00, 0.01. Web safe color of #0e5efc is #0066ff. Color #0e5efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 01011110 11111100
Octal 16 136 374
Decimal 14 94 252
Hex E 5E FC

RGB Percentages of Color #0e5efc

%3.89
%26.11
%70.00

CMYK Percentages of Color #0e5efc

%94
%63
%0
%1

Triadic Colors of #0e5efc

#0e5efc #fc0e5e #5efc0e

Analogous Colors of #0e5efc

#0e5efc #350efc #0ed5fc

Monochromatic Colors of #0e5efc

#0e5efc

Complementary Color

#0e5efc #fcac0e

#0e5efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e5efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e5efc Color CSS Codes

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

#0e5efc Text Font Color

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

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


#0e5efc Background Color

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

This div background color is #0e5efc


#0e5efc Border Color

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

This div border color is #0e5efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e5efc

Related Colors


Comments

No comments written yet.

Please login to write comment.