Color Hex Logo

#0ea0ff Color Hex

#0EA0FF
(14,160,255)
0 Favorites   0 Comments

Color spaces of #0ea0ff

RGB 14160255
HSL0.571.000.53
HSV204°95°100°
CMYK 0.950.370.00   0.00
XYZ30.801932.455099.2487
Yxy32.45500.18950.1997
Hunter Lab56.9693-3.1857-63.4132
CIE-Lab63.7172-0.1694-56.4747

#0ea0ff color RGB value is (14,160,255).

#0ea0ff hex color red value is 14, green value is 160 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #0ea0ff hue: 0.57 , saturation: 1.00 and the lightness value of 0ea0ff is 0.53.

The process color (four color CMYK) of #0ea0ff color hex is 0.95, 0.37, 0.00, 0.00. Web safe color of #0ea0ff is #0099ff. Color #0ea0ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10100000 11111111
Octal 16 240 377
Decimal 14 160 255
Hex E A0 FF

RGB Percentages of Color #0ea0ff

%3.26
%37.30
%59.44

CMYK Percentages of Color #0ea0ff

%95
%37
%0
%0

Triadic Colors of #0ea0ff

#0ea0ff #ff0ea0 #a0ff0e

Analogous Colors of #0ea0ff

#0ea0ff #0e27ff #0effe6

Monochromatic Colors of #0ea0ff

#0ea0ff

Complementary Color

#0ea0ff #ff6d0e

#0ea0ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ea0ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ea0ff Color CSS Codes

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

#0ea0ff Text Font Color

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

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


#0ea0ff Background Color

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

This div background color is #0ea0ff


#0ea0ff Border Color

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

This div border color is #0ea0ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ea0ff


Comments

No comments written yet.

Please login to write comment.