Color Hex Logo

#0eaeed Color Hex

#0EAEED
(14,174,237)
0 Favorites   0 Comments

Color spaces of #0eaeed

RGB 14174237
HSL0.550.890.49
HSV197°94°93°
CMYK 0.940.270.00   0.07
XYZ30.603236.479985.5491
Yxy36.47990.20050.2390
Hunter Lab60.3986-15.2539-41.6999
CIE-Lab66.8850-14.5639-41.6453

#0eaeed color RGB value is (14,174,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101110 11101101
Octal 16 256 355
Decimal 14 174 237
Hex E AE ED

RGB Percentages of Color #0eaeed

%3.29
%40.94
%55.76

CMYK Percentages of Color #0eaeed

%94
%27
%0
%7

Triadic Colors of #0eaeed

#0eaeed #ed0eae #aeed0e

Analogous Colors of #0eaeed

#0eaeed #0e3eed #0eedbd

Monochromatic Colors of #0eaeed

#0eaeed

Complementary Color

#0eaeed #ed4d0e

#0eaeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eaeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eaeed Color CSS Codes

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

#0eaeed Text Font Color

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

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


#0eaeed Background Color

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

This div background color is #0eaeed


#0eaeed Border Color

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

This div border color is #0eaeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eaeed


Comments

No comments written yet.

Please login to write comment.