Color Hex Logo

#0eacea Color Hex

#0EACEA
(14,172,234)
0 Favorites   0 Comments

Color spaces of #0eacea

RGB 14172234
HSL0.550.890.49
HSV197°94°92°
CMYK 0.940.260.00   0.08
XYZ29.784935.538983.1318
Yxy35.53890.20060.2394
Hunter Lab59.6145-15.1423-40.9491
CIE-Lab66.1661-14.5473-41.1299

#0eacea color RGB value is (14,172,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101100 11101010
Octal 16 254 352
Decimal 14 172 234
Hex E AC EA

RGB Percentages of Color #0eacea

%3.33
%40.95
%55.71

CMYK Percentages of Color #0eacea

%94
%26
%0
%8

Triadic Colors of #0eacea

#0eacea #ea0eac #acea0e

Analogous Colors of #0eacea

#0eacea #0e3eea #0eeaba

Monochromatic Colors of #0eacea

#0eacea

Complementary Color

#0eacea #ea4c0e

#0eacea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eacea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eacea Color CSS Codes

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

#0eacea Text Font Color

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

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


#0eacea Background Color

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

This div background color is #0eacea


#0eacea Border Color

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

This div border color is #0eacea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eacea


Comments

No comments written yet.

Please login to write comment.