Color Hex Logo

#0e99f7 Color Hex

#0E99F7
(14,153,247)
0 Favorites   0 Comments

Color spaces of #0e99f7

RGB 14153247
HSL0.570.940.51
HSV204°94°97°
CMYK 0.940.380.00   0.03
XYZ28.360829.591292.2126
Yxy29.59120.18890.1971
Hunter Lab54.3978-2.1335-62.4272
CIE-Lab61.29990.9264-55.9471

#0e99f7 color RGB value is (14,153,247).

#0e99f7 hex color red value is 14, green value is 153 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #0e99f7 hue: 0.57 , saturation: 0.94 and the lightness value of 0e99f7 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10011001 11110111
Octal 16 231 367
Decimal 14 153 247
Hex E 99 F7

RGB Percentages of Color #0e99f7

%3.38
%36.96
%59.66

CMYK Percentages of Color #0e99f7

%94
%38
%0
%3

Triadic Colors of #0e99f7

#0e99f7 #f70e99 #99f70e

Analogous Colors of #0e99f7

#0e99f7 #0e24f7 #0ef7e1

Monochromatic Colors of #0e99f7

#0e99f7

Complementary Color

#0e99f7 #f76c0e

#0e99f7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e99f7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e99f7 Color CSS Codes

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

#0e99f7 Text Font Color

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

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


#0e99f7 Background Color

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

This div background color is #0e99f7


#0e99f7 Border Color

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

This div border color is #0e99f7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e99f7


Comments

No comments written yet.

Please login to write comment.