Color Hex Logo

#0eaaeb Color Hex

#0EAAEB
(14,170,235)
0 Favorites   0 Comments

Color spaces of #0eaaeb

RGB 14170235
HSL0.550.890.49
HSV198°94°92°
CMYK 0.940.280.00   0.08
XYZ29.551234.841083.7647
Yxy34.84100.19950.2352
Hunter Lab59.0263-13.9308-42.8206
CIE-Lab65.6247-13.1043-42.5261

#0eaaeb color RGB value is (14,170,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101010 11101011
Octal 16 252 353
Decimal 14 170 235
Hex E AA EB

RGB Percentages of Color #0eaaeb

%3.34
%40.57
%56.09

CMYK Percentages of Color #0eaaeb

%94
%28
%0
%8

Triadic Colors of #0eaaeb

#0eaaeb #eb0eaa #aaeb0e

Analogous Colors of #0eaaeb

#0eaaeb #0e3beb #0eebbe

Monochromatic Colors of #0eaaeb

#0eaaeb

Complementary Color

#0eaaeb #eb4f0e

#0eaaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eaaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eaaeb Color CSS Codes

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

#0eaaeb Text Font Color

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

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


#0eaaeb Background Color

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

This div background color is #0eaaeb


#0eaaeb Border Color

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

This div border color is #0eaaeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,170,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 #0eaaeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eaaeb


Comments

No comments written yet.

Please login to write comment.