Color Hex Logo

#0eeda7 Color Hex

#0EEDA7
(14,237,167)
0 Favorites   0 Comments

Color spaces of #0eeda7

RGB 14237167
HSL0.450.890.49
HSV161°94°93°
CMYK 0.940.000.30   0.07
XYZ37.440363.451846.8333
Yxy63.45180.25340.4295
Hunter Lab79.6566-55.500420.9007
CIE-Lab83.6795-63.128120.8898

#0eeda7 color RGB value is (14,237,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11101101 10100111
Octal 16 355 247
Decimal 14 237 167
Hex E ED A7

RGB Percentages of Color #0eeda7

%3.35
%56.70
%39.95

CMYK Percentages of Color #0eeda7

%94
%0
%30
%7

Triadic Colors of #0eeda7

#0eeda7 #a70eed #eda70e

Analogous Colors of #0eeda7

#0eeda7 #0ec4ed #0eed38

Monochromatic Colors of #0eeda7

#0eeda7

Complementary Color

#0eeda7 #ed0e54

#0eeda7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eeda7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eeda7 Color CSS Codes

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

#0eeda7 Text Font Color

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

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


#0eeda7 Background Color

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

This div background color is #0eeda7


#0eeda7 Border Color

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

This div border color is #0eeda7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eeda7


Comments

No comments written yet.

Please login to write comment.