Color Hex Logo

#000eba Color Hex

#000EBA
(0,14,186)
0 Favorites   0 Comments

Color spaces of #000eba

RGB 014186
HSL0.651.000.36
HSV235°100°73°
CMYK 1.000.920.00   0.27
XYZ9.02003.859246.7239
Yxy3.85920.15130.0647
Hunter Lab19.644847.5804-127.2657
CIE-Lab23.200459.0982-83.2669

#000eba color RGB value is (0,14,186).

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

The process color (four color CMYK) of #000eba color hex is 1.00, 0.92, 0.00, 0.27. Web safe color of #000eba is #0000cc. Color #000eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00001110 10111010
Octal 0 16 272
Decimal 0 14 186
Hex 0 E BA

RGB Percentages of Color #000eba

%0.00
%7.00
%93.00

CMYK Percentages of Color #000eba

%100
%92
%0
%27

Triadic Colors of #000eba

#000eba #ba000e #0eba00

Analogous Colors of #000eba

#000eba #4f00ba #006bba

Monochromatic Colors of #000eba

#000eba

Complementary Color

#000eba #baac00

#000eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#000eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#000eba Color CSS Codes

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

#000eba Text Font Color

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

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


#000eba Background Color

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

This div background color is #000eba


#000eba Border Color

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

This div border color is #000eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #000eba

#000eba Color Palettes


Comments

No comments written yet.

Please login to write comment.