Color Hex Logo

#0edbaf Color Hex

#0EDBAF
(14,219,175)
0 Favorites   0 Comments

Color spaces of #0edbaf

RGB 14219175
HSL0.460.880.46
HSV167°94°86°
CMYK 0.940.000.20   0.14
XYZ33.250553.851549.1993
Yxy53.85150.24390.3951
Hunter Lab73.3836-47.541911.6181
CIE-Lab78.3751-54.48059.2435

#0edbaf color RGB value is (14,219,175).

#0edbaf hex color red value is 14, green value is 219 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #0edbaf hue: 0.46 , saturation: 0.88 and the lightness value of 0edbaf is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11011011 10101111
Octal 16 333 257
Decimal 14 219 175
Hex E DB AF

RGB Percentages of Color #0edbaf

%3.43
%53.68
%42.89

CMYK Percentages of Color #0edbaf

%94
%0
%20
%14

Triadic Colors of #0edbaf

#0edbaf #af0edb #dbaf0e

Analogous Colors of #0edbaf

#0edbaf #0ea1db #0edb49

Monochromatic Colors of #0edbaf

#0edbaf

Complementary Color

#0edbaf #db0e3a

#0edbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0edbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0edbaf Color CSS Codes

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

#0edbaf Text Font Color

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

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


#0edbaf Background Color

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

This div background color is #0edbaf


#0edbaf Border Color

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

This div border color is #0edbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0edbaf


Comments

No comments written yet.

Please login to write comment.