Color Hex Logo

#0effde Color Hex

#0EFFDE
(14,255,222)
0 Favorites   0 Comments

Color spaces of #0effde

RGB 14255222
HSL0.481.000.53
HSV172°95°100°
CMYK 0.950.000.13   0.00
XYZ49.125976.887381.3588
Yxy76.88730.23690.3708
Hunter Lab87.6854-53.44456.3676
CIE-Lab90.2697-56.79771.7369

#0effde color RGB value is (14,255,222).

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

The process color (four color CMYK) of #0effde color hex is 0.95, 0.00, 0.13, 0.00. Web safe color of #0effde is #00ffcc. Color #0effde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11111111 11011110
Octal 16 377 336
Decimal 14 255 222
Hex E FF DE

RGB Percentages of Color #0effde

%2.85
%51.93
%45.21

CMYK Percentages of Color #0effde

%95
%0
%13
%0

Triadic Colors of #0effde

#0effde #de0eff #ffde0e

Analogous Colors of #0effde

#0effde #0ea8ff #0eff66

Monochromatic Colors of #0effde

#0effde

Complementary Color

#0effde #ff0e2f

#0effde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0effde Color Preview on White Background

Lorem ipsum dolor sit amet.

#0effde Color CSS Codes

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

#0effde Text Font Color

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

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


#0effde Background Color

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

This div background color is #0effde


#0effde Border Color

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

This div border color is #0effde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0effde


Comments

No comments written yet.

Please login to write comment.