Color Hex Logo

#000eea Color Hex

#000EEA
(0,14,234)
0 Favorites   0 Comments

Color spaces of #000eea

RGB 014234
HSL0.661.000.46
HSV236°100°92°
CMYK 1.000.940.00   0.08
XYZ15.00836.254678.2581
Yxy6.25460.15080.0628
Hunter Lab25.009263.3538-168.0222
CIE-Lab30.045971.7774-99.7617

#000eea color RGB value is (0,14,234).

#000eea hex color red value is 0, green value is 14 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #000eea hue: 0.66 , saturation: 1.00 and the lightness value of 000eea is 0.46.

The process color (four color CMYK) of #000eea color hex is 1.00, 0.94, 0.00, 0.08. Web safe color of #000eea is #0000ff. Color #000eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00001110 11101010
Octal 0 16 352
Decimal 0 14 234
Hex 0 E EA

RGB Percentages of Color #000eea

%0.00
%5.65
%94.35

CMYK Percentages of Color #000eea

%100
%94
%0
%8

Triadic Colors of #000eea

#000eea #ea000e #0eea00

Analogous Colors of #000eea

#000eea #6700ea #0083ea

Monochromatic Colors of #000eea

#000eea

Complementary Color

#000eea #eadc00

#000eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#000eea Color CSS Codes

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

#000eea Text Font Color

<p style="color:#000eea">Text here</p>

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


#000eea Background Color

<div style="background-color:#000eea">
Div content here</div>

This div background color is #000eea


#000eea Border Color

<div style="border:3px solid #000eea">
Div here</div>

This div border color is #000eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #000eea


Comments

No comments written yet.

Please login to write comment.