Color Hex Logo

#0ebaed Color Hex

#0EBAED
(14,186,237)
0 Favorites   0 Comments

Color spaces of #0ebaed

RGB 14186237
HSL0.540.890.49
HSV194°94°93°
CMYK 0.940.220.00   0.07
XYZ33.026141.325686.3567
Yxy41.32560.20550.2571
Hunter Lab64.2850-20.7952-34.6472
CIE-Lab70.4034-20.9144-36.1579

#0ebaed color RGB value is (14,186,237).

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

The process color (four color CMYK) of #0ebaed color hex is 0.94, 0.22, 0.00, 0.07. Web safe color of #0ebaed is #00ccff. Color #0ebaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10111010 11101101
Octal 16 272 355
Decimal 14 186 237
Hex E BA ED

RGB Percentages of Color #0ebaed

%3.20
%42.56
%54.23

CMYK Percentages of Color #0ebaed

%94
%22
%0
%7

Triadic Colors of #0ebaed

#0ebaed #ed0eba #baed0e

Analogous Colors of #0ebaed

#0ebaed #0e4aed #0eedb1

Monochromatic Colors of #0ebaed

#0ebaed

Complementary Color

#0ebaed #ed410e

#0ebaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ebaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ebaed Color CSS Codes

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

#0ebaed Text Font Color

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

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


#0ebaed Background Color

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

This div background color is #0ebaed


#0ebaed Border Color

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

This div border color is #0ebaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ebaed


Comments

No comments written yet.

Please login to write comment.