Color Hex Logo

#0e8ceb Color Hex

#0E8CEB
(14,140,235)
0 Favorites   0 Comments

Color spaces of #0e8ceb

RGB 14140235
HSL0.570.890.49
HSV206°94°92°
CMYK 0.940.400.00   0.08
XYZ24.554624.847782.0992
Yxy24.84770.18670.1890
Hunter Lab49.84750.6951-62.7579
CIE-Lab56.92674.1059-56.2998

#0e8ceb color RGB value is (14,140,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10001100 11101011
Octal 16 214 353
Decimal 14 140 235
Hex E 8C EB

RGB Percentages of Color #0e8ceb

%3.60
%35.99
%60.41

CMYK Percentages of Color #0e8ceb

%94
%40
%0
%8

Triadic Colors of #0e8ceb

#0e8ceb #eb0e8c #8ceb0e

Analogous Colors of #0e8ceb

#0e8ceb #0e1deb #0eebdc

Monochromatic Colors of #0e8ceb

#0e8ceb

Complementary Color

#0e8ceb #eb6d0e

#0e8ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e8ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e8ceb Color CSS Codes

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

#0e8ceb Text Font Color

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

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


#0e8ceb Background Color

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

This div background color is #0e8ceb


#0e8ceb Border Color

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

This div border color is #0e8ceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,140,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 #0e8ceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e8ceb


Comments

No comments written yet.

Please login to write comment.