Color Hex Logo

#0eaaed Color Hex

#0EAAED
(14,170,237)
0 Favorites   0 Comments

Color spaces of #0eaaed

RGB 14170237
HSL0.550.890.49
HSV198°94°93°
CMYK 0.940.280.00   0.07
XYZ29.841934.957285.2954
Yxy34.95720.19880.2329
Hunter Lab59.1246-13.3740-44.1468
CIE-Lab65.7153-12.3879-43.4793

#0eaaed color RGB value is (14,170,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101010 11101101
Octal 16 252 355
Decimal 14 170 237
Hex E AA ED

RGB Percentages of Color #0eaaed

%3.33
%40.38
%56.29

CMYK Percentages of Color #0eaaed

%94
%28
%0
%7

Triadic Colors of #0eaaed

#0eaaed #ed0eaa #aaed0e

Analogous Colors of #0eaaed

#0eaaed #0e3bed #0eedc1

Monochromatic Colors of #0eaaed

#0eaaed

Complementary Color

#0eaaed #ed510e

#0eaaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eaaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eaaed Color CSS Codes

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

#0eaaed Text Font Color

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

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


#0eaaed Background Color

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

This div background color is #0eaaed


#0eaaed Border Color

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

This div border color is #0eaaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eaaed


Comments

No comments written yet.

Please login to write comment.