Color Hex Logo

#0efdbe Color Hex

#0EFDBE
(14,253,190)
0 Favorites   0 Comments

Color spaces of #0efdbe

RGB 14253190
HSL0.460.980.52
HSV164°94°99°
CMYK 0.940.000.25   0.01
XYZ44.600674.061660.6598
Yxy74.06160.24870.4130
Hunter Lab86.0590-58.094718.4500
CIE-Lab88.9516-63.836016.3837

#0efdbe color RGB value is (14,253,190).

#0efdbe hex color red value is 14, green value is 253 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #0efdbe hue: 0.46 , saturation: 0.98 and the lightness value of 0efdbe is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11111101 10111110
Octal 16 375 276
Decimal 14 253 190
Hex E FD BE

RGB Percentages of Color #0efdbe

%3.06
%55.36
%41.58

CMYK Percentages of Color #0efdbe

%94
%0
%25
%1

Triadic Colors of #0efdbe

#0efdbe #be0efd #fdbe0e

Analogous Colors of #0efdbe

#0efdbe #0ec5fd #0efd47

Monochromatic Colors of #0efdbe

#0efdbe

Complementary Color

#0efdbe #fd0e4d

#0efdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0efdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0efdbe Color CSS Codes

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

#0efdbe Text Font Color

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

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


#0efdbe Background Color

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

This div background color is #0efdbe


#0efdbe Border Color

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

This div border color is #0efdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0efdbe

Related Colors


Comments

No comments written yet.

Please login to write comment.