Color Hex Logo

#0eaced Color Hex

#0EACED
(14,172,237)
0 Favorites   0 Comments

Color spaces of #0eaced

RGB 14172237
HSL0.550.890.49
HSV197°94°93°
CMYK 0.940.270.00   0.07
XYZ30.219735.712885.4213
Yxy35.71280.19970.2360
Hunter Lab59.7602-14.3159-42.9171
CIE-Lab66.2999-13.4795-42.5621

#0eaced color RGB value is (14,172,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101100 11101101
Octal 16 254 355
Decimal 14 172 237
Hex E AC ED

RGB Percentages of Color #0eaced

%3.31
%40.66
%56.03

CMYK Percentages of Color #0eaced

%94
%27
%0
%7

Triadic Colors of #0eaced

#0eaced #ed0eac #aced0e

Analogous Colors of #0eaced

#0eaced #0e3ded #0eedbf

Monochromatic Colors of #0eaced

#0eaced

Complementary Color

#0eaced #ed4f0e

#0eaced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eaced Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eaced Color CSS Codes

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

#0eaced Text Font Color

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

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


#0eaced Background Color

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

This div background color is #0eaced


#0eaced Border Color

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

This div border color is #0eaced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eaced


Comments

No comments written yet.

Please login to write comment.