Color Hex Logo

#0ebaee Color Hex

#0EBAEE
(14,186,238)
0 Favorites   0 Comments

Color spaces of #0ebaee

RGB 14186238
HSL0.540.890.49
HSV194°94°93°
CMYK 0.940.220.00   0.07
XYZ33.172641.384287.1285
Yxy41.38420.20520.2560
Hunter Lab64.3306-20.5334-35.2703
CIE-Lab70.4443-20.5713-36.6374

#0ebaee color RGB value is (14,186,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10111010 11101110
Octal 16 272 356
Decimal 14 186 238
Hex E BA EE

RGB Percentages of Color #0ebaee

%3.20
%42.47
%54.34

CMYK Percentages of Color #0ebaee

%94
%22
%0
%7

Triadic Colors of #0ebaee

#0ebaee #ee0eba #baee0e

Analogous Colors of #0ebaee

#0ebaee #0e4aee #0eeeb2

Monochromatic Colors of #0ebaee

#0ebaee

Complementary Color

#0ebaee #ee420e

#0ebaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ebaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ebaee Color CSS Codes

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

#0ebaee Text Font Color

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

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


#0ebaee Background Color

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

This div background color is #0ebaee


#0ebaee Border Color

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

This div border color is #0ebaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ebaee


Comments

No comments written yet.

Please login to write comment.