Color Hex Logo

#0eaeec Color Hex

#0EAEEC
(14,174,236)
0 Favorites   0 Comments

Color spaces of #0eaeec

RGB 14174236
HSL0.550.890.49
HSV197°94°93°
CMYK 0.940.260.00   0.07
XYZ30.457536.421684.7817
Yxy36.42160.20080.2402
Hunter Lab60.3503-15.5279-41.0469
CIE-Lab66.8408-14.9182-41.1680

#0eaeec color RGB value is (14,174,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101110 11101100
Octal 16 256 354
Decimal 14 174 236
Hex E AE EC

RGB Percentages of Color #0eaeec

%3.30
%41.04
%55.66

CMYK Percentages of Color #0eaeec

%94
%26
%0
%7

Triadic Colors of #0eaeec

#0eaeec #ec0eae #aeec0e

Analogous Colors of #0eaeec

#0eaeec #0e3fec #0eecbb

Monochromatic Colors of #0eaeec

#0eaeec

Complementary Color

#0eaeec #ec4c0e

#0eaeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eaeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eaeec Color CSS Codes

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

#0eaeec Text Font Color

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

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


#0eaeec Background Color

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

This div background color is #0eaeec


#0eaeec Border Color

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

This div border color is #0eaeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eaeec


Comments

No comments written yet.

Please login to write comment.