Color Hex Logo

#0eefdf Color Hex

#0EEFDF
(14,239,223)
0 Favorites   0 Comments

Color spaces of #0eefdf

RGB 14239223
HSL0.490.890.50
HSV176°94°94°
CMYK 0.940.000.07   0.06
XYZ44.366967.154180.4357
Yxy67.15410.23110.3498
Hunter Lab81.9476-46.7674-0.8328
CIE-Lab85.5817-49.9905-5.6568

#0eefdf color RGB value is (14,239,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11101111 11011111
Octal 16 357 337
Decimal 14 239 223
Hex E EF DF

RGB Percentages of Color #0eefdf

%2.94
%50.21
%46.85

CMYK Percentages of Color #0eefdf

%94
%0
%7
%6

Triadic Colors of #0eefdf

#0eefdf #df0eef #efdf0e

Analogous Colors of #0eefdf

#0eefdf #0e8fef #0eef6f

Monochromatic Colors of #0eefdf

#0eefdf

Complementary Color

#0eefdf #ef0e1e

#0eefdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eefdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eefdf Color CSS Codes

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

#0eefdf Text Font Color

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

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


#0eefdf Background Color

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

This div background color is #0eefdf


#0eefdf Border Color

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

This div border color is #0eefdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eefdf


Comments

No comments written yet.

Please login to write comment.