Color Hex Logo

#0e8dfc Color Hex

#0E8DFC
(14,141,252)
0 Favorites   0 Comments

Color spaces of #0e8dfc

RGB 14141252
HSL0.580.980.52
HSV208°94°99°
CMYK 0.940.440.00   0.01
XYZ27.276726.171495.7094
Yxy26.17140.18290.1755
Hunter Lab51.15805.6471-75.1127
CIE-Lab58.19949.9780-63.6550

#0e8dfc color RGB value is (14,141,252).

#0e8dfc hex color red value is 14, green value is 141 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #0e8dfc hue: 0.58 , saturation: 0.98 and the lightness value of 0e8dfc is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10001101 11111100
Octal 16 215 374
Decimal 14 141 252
Hex E 8D FC

RGB Percentages of Color #0e8dfc

%3.44
%34.64
%61.92

CMYK Percentages of Color #0e8dfc

%94
%44
%0
%1

Triadic Colors of #0e8dfc

#0e8dfc #fc0e8d #8dfc0e

Analogous Colors of #0e8dfc

#0e8dfc #0e16fc #0efcf4

Monochromatic Colors of #0e8dfc

#0e8dfc

Complementary Color

#0e8dfc #fc7d0e

#0e8dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e8dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e8dfc Color CSS Codes

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

#0e8dfc Text Font Color

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

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


#0e8dfc Background Color

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

This div background color is #0e8dfc


#0e8dfc Border Color

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

This div border color is #0e8dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e8dfc

Related Colors


Comments

No comments written yet.

Please login to write comment.