Color Hex Logo

#0eedff Color Hex

#0EEDFF
(14,237,255)
0 Favorites   0 Comments

Color spaces of #0eedff

RGB 14237255
HSL0.511.000.53
HSV184°95°100°
CMYK 0.950.070.00   0.00
XYZ48.515367.8817105.1532
Yxy67.88170.21900.3064
Hunter Lab82.3904-39.0739-17.9974
CIE-Lab85.9473-39.8359-21.9186

#0eedff color RGB value is (14,237,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11101101 11111111
Octal 16 355 377
Decimal 14 237 255
Hex E ED FF

RGB Percentages of Color #0eedff

%2.77
%46.84
%50.40

CMYK Percentages of Color #0eedff

%95
%7
%0
%0

Triadic Colors of #0eedff

#0eedff #ff0eed #edff0e

Analogous Colors of #0eedff

#0eedff #0e75ff #0eff99

Monochromatic Colors of #0eedff

#0eedff

Complementary Color

#0eedff #ff200e

#0eedff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eedff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eedff Color CSS Codes

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

#0eedff Text Font Color

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

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


#0eedff Background Color

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

This div background color is #0eedff


#0eedff Border Color

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

This div border color is #0eedff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eedff

Related Colors


Comments

No comments written yet.

Please login to write comment.