Color Hex Logo

#0eeddf Color Hex

#0EEDDF
(14,237,223)
0 Favorites   0 Comments

Color spaces of #0eeddf

RGB 14237223
HSL0.490.890.49
HSV176°94°93°
CMYK 0.940.000.06   0.07
XYZ43.784665.989480.2416
Yxy65.98940.23040.3473
Hunter Lab81.2339-45.9487-1.7021
CIE-Lab84.9910-49.1487-6.5297

#0eeddf color RGB value is (14,237,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11101101 11011111
Octal 16 355 337
Decimal 14 237 223
Hex E ED DF

RGB Percentages of Color #0eeddf

%2.95
%50.00
%47.05

CMYK Percentages of Color #0eeddf

%94
%0
%6
%7

Triadic Colors of #0eeddf

#0eeddf #df0eed #eddf0e

Analogous Colors of #0eeddf

#0eeddf #0e8ced #0eed70

Monochromatic Colors of #0eeddf

#0eeddf

Complementary Color

#0eeddf #ed0e1c

#0eeddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eeddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eeddf Color CSS Codes

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

#0eeddf Text Font Color

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

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


#0eeddf Background Color

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

This div background color is #0eeddf


#0eeddf Border Color

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

This div border color is #0eeddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eeddf


Comments

No comments written yet.

Please login to write comment.