Color Hex Logo

#0eeaeb Color Hex

#0EEAEB
(14,234,235)
0 Favorites   0 Comments

Color spaces of #0eeaeb

RGB 14234235
HSL0.500.890.49
HSV180°94°92°
CMYK 0.940.000.00   0.08
XYZ44.599364.937288.7808
Yxy64.93720.22490.3274
Hunter Lab80.5836-42.2299-8.9126
CIE-Lab84.4514-44.4423-13.6536

#0eeaeb color RGB value is (14,234,235).

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

The process color (four color CMYK) of #0eeaeb color hex is 0.94, 0.00, 0.00, 0.08. Web safe color of #0eeaeb is #00ffff. Color #0eeaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11101010 11101011
Octal 16 352 353
Decimal 14 234 235
Hex E EA EB

RGB Percentages of Color #0eeaeb

%2.90
%48.45
%48.65

CMYK Percentages of Color #0eeaeb

%94
%0
%0
%8

Triadic Colors of #0eeaeb

#0eeaeb #eb0eea #eaeb0e

Analogous Colors of #0eeaeb

#0eeaeb #0e7ceb #0eeb7e

Monochromatic Colors of #0eeaeb

#0eeaeb

Complementary Color

#0eeaeb #eb0f0e

#0eeaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eeaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eeaeb Color CSS Codes

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

#0eeaeb Text Font Color

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

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


#0eeaeb Background Color

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

This div background color is #0eeaeb


#0eeaeb Border Color

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

This div border color is #0eeaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eeaeb


Comments

No comments written yet.

Please login to write comment.