Color Hex Logo

#0e6cea Color Hex

#0E6CEA
(14,108,234)
0 Favorites   0 Comments

Color spaces of #0e6cea

RGB 14108234
HSL0.600.890.49
HSV214°94°92°
CMYK 0.940.540.00   0.08
XYZ20.394916.759080.0018
Yxy16.75900.17410.1430
Hunter Lab40.937817.2864-87.2099
CIE-Lab47.954923.6720-70.2049

#0e6cea color RGB value is (14,108,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 01101100 11101010
Octal 16 154 352
Decimal 14 108 234
Hex E 6C EA

RGB Percentages of Color #0e6cea

%3.93
%30.34
%65.73

CMYK Percentages of Color #0e6cea

%94
%54
%0
%8

Triadic Colors of #0e6cea

#0e6cea #ea0e6c #6cea0e

Analogous Colors of #0e6cea

#0e6cea #1e0eea #0edaea

Monochromatic Colors of #0e6cea

#0e6cea

Complementary Color

#0e6cea #ea8c0e

#0e6cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e6cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e6cea Color CSS Codes

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

#0e6cea Text Font Color

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

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


#0e6cea Background Color

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

This div background color is #0e6cea


#0e6cea Border Color

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

This div border color is #0e6cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e6cea


Comments

No comments written yet.

Please login to write comment.