Color Hex Logo

#0edbbe Color Hex

#0EDBBE
(14,219,190)
0 Favorites   0 Comments

Color spaces of #0edbbe

RGB 14219190
HSL0.480.880.46
HSV172°94°86°
CMYK 0.940.000.13   0.14
XYZ34.806954.474157.3952
Yxy54.47410.23730.3714
Hunter Lab73.8066-44.98165.5581
CIE-Lab78.7374-50.62881.7798

#0edbbe color RGB value is (14,219,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11011011 10111110
Octal 16 333 276
Decimal 14 219 190
Hex E DB BE

RGB Percentages of Color #0edbbe

%3.31
%51.77
%44.92

CMYK Percentages of Color #0edbbe

%94
%0
%13
%14

Triadic Colors of #0edbbe

#0edbbe #be0edb #dbbe0e

Analogous Colors of #0edbbe

#0edbbe #0e92db #0edb58

Monochromatic Colors of #0edbbe

#0edbbe

Complementary Color

#0edbbe #db0e2b

#0edbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0edbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0edbbe Color CSS Codes

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

#0edbbe Text Font Color

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

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


#0edbbe Background Color

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

This div background color is #0edbbe


#0edbbe Border Color

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

This div border color is #0edbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0edbbe


Comments

No comments written yet.

Please login to write comment.