Color Hex Logo

#0e8ade Color Hex

#0E8ADE
(14,138,222)
0 Favorites   0 Comments

Color spaces of #0e8ade

RGB 14138222
HSL0.570.880.46
HSV204°94°87°
CMYK 0.940.380.00   0.13
XYZ22.454423.544272.4683
Yxy23.54420.18950.1987
Hunter Lab48.5224-2.3108-54.5841
CIE-Lab55.62850.3507-51.1220

#0e8ade color RGB value is (14,138,222).

#0e8ade hex color red value is 14, green value is 138 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #0e8ade hue: 0.57 , saturation: 0.88 and the lightness value of 0e8ade is 0.46.

The process color (four color CMYK) of #0e8ade color hex is 0.94, 0.38, 0.00, 0.13. Web safe color of #0e8ade is #0099cc. Color #0e8ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10001010 11011110
Octal 16 212 336
Decimal 14 138 222
Hex E 8A DE

RGB Percentages of Color #0e8ade

%3.74
%36.90
%59.36

CMYK Percentages of Color #0e8ade

%94
%38
%0
%13

Triadic Colors of #0e8ade

#0e8ade #de0e8a #8ade0e

Analogous Colors of #0e8ade

#0e8ade #0e22de #0edeca

Monochromatic Colors of #0e8ade

#0e8ade

Complementary Color

#0e8ade #de620e

#0e8ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e8ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e8ade Color CSS Codes

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

#0e8ade Text Font Color

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

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


#0e8ade Background Color

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

This div background color is #0e8ade


#0e8ade Border Color

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

This div border color is #0e8ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e8ade


Comments

No comments written yet.

Please login to write comment.