Color Hex Logo

#0eacbd Color Hex

#0EACBD
(14,172,189)
0 Favorites   0 Comments

Color spaces of #0eacbd

RGB 14172189
HSL0.520.860.40
HSV186°93°74°
CMYK 0.930.090.00   0.26
XYZ24.118933.272553.2952
Yxy33.27250.21790.3006
Hunter Lab57.6823-26.3073-14.4030
CIE-Lab64.3809-29.9191-19.0302

#0eacbd color RGB value is (14,172,189).

#0eacbd hex color red value is 14, green value is 172 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #0eacbd hue: 0.52 , saturation: 0.86 and the lightness value of 0eacbd is 0.40.

The process color (four color CMYK) of #0eacbd color hex is 0.93, 0.09, 0.00, 0.26. Web safe color of #0eacbd is #0099cc. Color #0eacbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10101100 10111101
Octal 16 254 275
Decimal 14 172 189
Hex E AC BD

RGB Percentages of Color #0eacbd

%3.73
%45.87
%50.40

CMYK Percentages of Color #0eacbd

%93
%9
%0
%26

Triadic Colors of #0eacbd

#0eacbd #bd0eac #acbd0e

Analogous Colors of #0eacbd

#0eacbd #0e55bd #0ebd77

Monochromatic Colors of #0eacbd

#0eacbd

Complementary Color

#0eacbd #bd1f0e

#0eacbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eacbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eacbd Color CSS Codes

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

#0eacbd Text Font Color

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

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


#0eacbd Background Color

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

This div background color is #0eacbd


#0eacbd Border Color

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

This div border color is #0eacbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eacbd


Comments

No comments written yet.

Please login to write comment.