Color Hex Logo

#0edeef Color Hex

#0EDEEF
(14,222,239)
0 Favorites   0 Comments

Color spaces of #0edeef

RGB 14222239
HSL0.510.890.50
HSV185°94°94°
CMYK 0.940.070.00   0.06
XYZ41.882458.567990.7587
Yxy58.56790.21900.3063
Hunter Lab76.5297-36.2392-16.7429
CIE-Lab81.0535-37.8518-20.8894

#0edeef color RGB value is (14,222,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11011110 11101111
Octal 16 336 357
Decimal 14 222 239
Hex E DE EF

RGB Percentages of Color #0edeef

%2.95
%46.74
%50.32

CMYK Percentages of Color #0edeef

%94
%7
%0
%6

Triadic Colors of #0edeef

#0edeef #ef0ede #deef0e

Analogous Colors of #0edeef

#0edeef #0e6eef #0eef90

Monochromatic Colors of #0edeef

#0edeef

Complementary Color

#0edeef #ef1f0e

#0edeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0edeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0edeef Color CSS Codes

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

#0edeef Text Font Color

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

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


#0edeef Background Color

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

This div background color is #0edeef


#0edeef Border Color

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

This div border color is #0edeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0edeef


Comments

No comments written yet.

Please login to write comment.