Color Hex Logo

#0eeaff Color Hex

#0EEAFF
(14,234,255)
0 Favorites   0 Comments

Color spaces of #0eeaff

RGB 14234255
HSL0.511.000.53
HSV185°95°100°
CMYK 0.950.080.00   0.00
XYZ47.653966.1590104.8661
Yxy66.15900.21790.3025
Hunter Lab81.3382-37.7634-19.5035
CIE-Lab85.0775-38.4658-23.2382

#0eeaff color RGB value is (14,234,255).

#0eeaff hex color red value is 14, green value is 234 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #0eeaff hue: 0.51 , saturation: 1.00 and the lightness value of 0eeaff is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11101010 11111111
Octal 16 352 377
Decimal 14 234 255
Hex E EA FF

RGB Percentages of Color #0eeaff

%2.78
%46.52
%50.70

CMYK Percentages of Color #0eeaff

%95
%8
%0
%0

Triadic Colors of #0eeaff

#0eeaff #ff0eea #eaff0e

Analogous Colors of #0eeaff

#0eeaff #0e72ff #0eff9c

Monochromatic Colors of #0eeaff

#0eeaff

Complementary Color

#0eeaff #ff230e

#0eeaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eeaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eeaff Color CSS Codes

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

#0eeaff Text Font Color

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

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


#0eeaff Background Color

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

This div background color is #0eeaff


#0eeaff Border Color

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

This div border color is #0eeaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eeaff


Comments

No comments written yet.

Please login to write comment.