Color Hex Logo

#0e2deb Color Hex

#0E2DEB
(14,45,235)
0 Favorites   0 Comments

Color spaces of #0e2deb

RGB 1445235
HSL0.640.890.49
HSV232°94°92°
CMYK 0.940.810.00   0.08
XYZ16.11497.968379.2859
Yxy7.96830.15590.0771
Hunter Lab28.228252.5028-146.7711
CIE-Lab33.916861.5779-93.8687

#0e2deb color RGB value is (14,45,235).

#0e2deb hex color red value is 14, green value is 45 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #0e2deb hue: 0.64 , saturation: 0.89 and the lightness value of 0e2deb is 0.49.

The process color (four color CMYK) of #0e2deb color hex is 0.94, 0.81, 0.00, 0.08. Web safe color of #0e2deb is #0033ff. Color #0e2deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 00101101 11101011
Octal 16 55 353
Decimal 14 45 235
Hex E 2D EB

RGB Percentages of Color #0e2deb

%4.76
%15.31
%79.93

CMYK Percentages of Color #0e2deb

%94
%81
%0
%8

Triadic Colors of #0e2deb

#0e2deb #eb0e2d #2deb0e

Analogous Colors of #0e2deb

#0e2deb #5d0eeb #0e9ceb

Monochromatic Colors of #0e2deb

#0e2deb

Complementary Color

#0e2deb #ebcc0e

#0e2deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e2deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e2deb Color CSS Codes

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

#0e2deb Text Font Color

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

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


#0e2deb Background Color

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

This div background color is #0e2deb


#0e2deb Border Color

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

This div border color is #0e2deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e2deb


Comments

No comments written yet.

Please login to write comment.