Color Hex Logo

#0eedbe Color Hex

#0EEDBE
(14,237,190)
0 Favorites   0 Comments

Color spaces of #0eedbe

RGB 14237190
HSL0.460.890.49
HSV167°94°93°
CMYK 0.940.000.20   0.07
XYZ39.759664.379459.0461
Yxy64.37940.24360.3945
Hunter Lab80.2368-51.962512.5343
CIE-Lab84.1629-57.79459.5998

#0eedbe color RGB value is (14,237,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11101101 10111110
Octal 16 355 276
Decimal 14 237 190
Hex E ED BE

RGB Percentages of Color #0eedbe

%3.17
%53.74
%43.08

CMYK Percentages of Color #0eedbe

%94
%0
%20
%7

Triadic Colors of #0eedbe

#0eedbe #be0eed #edbe0e

Analogous Colors of #0eedbe

#0eedbe #0eaded #0eed4f

Monochromatic Colors of #0eedbe

#0eedbe

Complementary Color

#0eedbe #ed0e3d

#0eedbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eedbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eedbe Color CSS Codes

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

#0eedbe Text Font Color

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

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


#0eedbe Background Color

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

This div background color is #0eedbe


#0eedbe Border Color

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

This div border color is #0eedbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eedbe


Comments

No comments written yet.

Please login to write comment.