Color Hex Logo

#0eabeb Color Hex

#0EABEB
(14,171,235)
0 Favorites   0 Comments

Color spaces of #0eabeb

RGB 14171235
HSL0.550.890.49
HSV197°94°92°
CMYK 0.940.270.00   0.08
XYZ29.739435.217383.8275
Yxy35.21730.19990.2367
Hunter Lab59.3442-14.3998-42.2101
CIE-Lab65.9175-13.6488-42.0670

#0eabeb color RGB value is (14,171,235).

#0eabeb hex color red value is 14, green value is 171 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #0eabeb hue: 0.55 , saturation: 0.89 and the lightness value of 0eabeb is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101011 11101011
Octal 16 253 353
Decimal 14 171 235
Hex E AB EB

RGB Percentages of Color #0eabeb

%3.33
%40.71
%55.95

CMYK Percentages of Color #0eabeb

%94
%27
%0
%8

Triadic Colors of #0eabeb

#0eabeb #eb0eab #abeb0e

Analogous Colors of #0eabeb

#0eabeb #0e3ceb #0eebbd

Monochromatic Colors of #0eabeb

#0eabeb

Complementary Color

#0eabeb #eb4e0e

#0eabeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eabeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eabeb Color CSS Codes

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

#0eabeb Text Font Color

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

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


#0eabeb Background Color

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

This div background color is #0eabeb


#0eabeb Border Color

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

This div border color is #0eabeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eabeb


Comments

No comments written yet.

Please login to write comment.