Color Hex Logo

#0e99dc Color Hex

#0E99DC
(14,153,220)
0 Favorites   0 Comments

Color spaces of #0e99dc

RGB 14153220
HSL0.550.880.46
HSV200°94°86°
CMYK 0.940.300.00   0.14
XYZ24.490628.043171.8322
Yxy28.04310.19690.2255
Hunter Lab52.9557-10.1211-43.3553
CIE-Lab59.9277-9.1060-43.1973

#0e99dc color RGB value is (14,153,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10011001 11011100
Octal 16 231 334
Decimal 14 153 220
Hex E 99 DC

RGB Percentages of Color #0e99dc

%3.62
%39.53
%56.85

CMYK Percentages of Color #0e99dc

%94
%30
%0
%14

Triadic Colors of #0e99dc

#0e99dc #dc0e99 #99dc0e

Analogous Colors of #0e99dc

#0e99dc #0e32dc #0edcb8

Monochromatic Colors of #0e99dc

#0e99dc

Complementary Color

#0e99dc #dc510e

#0e99dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e99dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e99dc Color CSS Codes

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

#0e99dc Text Font Color

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

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


#0e99dc Background Color

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

This div background color is #0e99dc


#0e99dc Border Color

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

This div border color is #0e99dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e99dc


Comments

No comments written yet.

Please login to write comment.