Color Hex Logo

#0e80ee Color Hex

#0E80EE
(14,128,238)
0 Favorites   0 Comments

Color spaces of #0e80ee

RGB 14128238
HSL0.580.890.49
HSV209°94°93°
CMYK 0.940.460.00   0.07
XYZ23.332921.704883.8486
Yxy21.70480.18100.1684
Hunter Lab46.58847.8685-74.0967
CIE-Lab53.712412.5894-63.1257

#0e80ee color RGB value is (14,128,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10000000 11101110
Octal 16 200 356
Decimal 14 128 238
Hex E 80 EE

RGB Percentages of Color #0e80ee

%3.68
%33.68
%62.63

CMYK Percentages of Color #0e80ee

%94
%46
%0
%7

Triadic Colors of #0e80ee

#0e80ee #ee0e80 #80ee0e

Analogous Colors of #0e80ee

#0e80ee #0e10ee #0eeeec

Monochromatic Colors of #0e80ee

#0e80ee

Complementary Color

#0e80ee #ee7c0e

#0e80ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e80ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e80ee Color CSS Codes

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

#0e80ee Text Font Color

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

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


#0e80ee Background Color

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

This div background color is #0e80ee


#0e80ee Border Color

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

This div border color is #0e80ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e80ee


Comments

No comments written yet.

Please login to write comment.