Color Hex Logo

#0eacda Color Hex

#0EACDA
(14,172,218)
0 Favorites   0 Comments

Color spaces of #0eacda

RGB 14172218
HSL0.540.880.45
HSV194°94°85°
CMYK 0.940.210.00   0.15
XYZ27.588534.660471.5657
Yxy34.66040.20620.2590
Hunter Lab58.8731-19.3811-30.8613
CIE-Lab65.4834-20.1668-33.4028

#0eacda color RGB value is (14,172,218).

#0eacda hex color red value is 14, green value is 172 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #0eacda hue: 0.54 , saturation: 0.88 and the lightness value of 0eacda is 0.45.

The process color (four color CMYK) of #0eacda color hex is 0.94, 0.21, 0.00, 0.15. Web safe color of #0eacda is #0099cc. Color #0eacda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101100 11011010
Octal 16 254 332
Decimal 14 172 218
Hex E AC DA

RGB Percentages of Color #0eacda

%3.47
%42.57
%53.96

CMYK Percentages of Color #0eacda

%94
%21
%0
%15

Triadic Colors of #0eacda

#0eacda #da0eac #acda0e

Analogous Colors of #0eacda

#0eacda #0e46da #0edaa2

Monochromatic Colors of #0eacda

#0eacda

Complementary Color

#0eacda #da3c0e

#0eacda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eacda Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eacda Color CSS Codes

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

#0eacda Text Font Color

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

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


#0eacda Background Color

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

This div background color is #0eacda


#0eacda Border Color

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

This div border color is #0eacda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eacda


Comments

No comments written yet.

Please login to write comment.