Color Hex Logo

#0ed0bd Color Hex

#0ED0BD
(14,208,189)
0 Favorites   0 Comments

Color spaces of #0ed0bd

RGB 14208189
HSL0.480.870.44
HSV174°93°82°
CMYK 0.930.000.09   0.18
XYZ31.922348.879255.8963
Yxy48.87920.23350.3576
Hunter Lab69.9137-40.84651.5369
CIE-Lab75.3761-46.3089-2.5966

#0ed0bd color RGB value is (14,208,189).

#0ed0bd hex color red value is 14, green value is 208 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #0ed0bd hue: 0.48 , saturation: 0.87 and the lightness value of 0ed0bd is 0.44.

The process color (four color CMYK) of #0ed0bd color hex is 0.93, 0.00, 0.09, 0.18. Web safe color of #0ed0bd is #00cccc. Color #0ed0bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11010000 10111101
Octal 16 320 275
Decimal 14 208 189
Hex E D0 BD

RGB Percentages of Color #0ed0bd

%3.41
%50.61
%45.99

CMYK Percentages of Color #0ed0bd

%93
%0
%9
%18

Triadic Colors of #0ed0bd

#0ed0bd #bd0ed0 #d0bd0e

Analogous Colors of #0ed0bd

#0ed0bd #0e82d0 #0ed05c

Monochromatic Colors of #0ed0bd

#0ed0bd

Complementary Color

#0ed0bd #d00e21

#0ed0bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ed0bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ed0bd Color CSS Codes

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

#0ed0bd Text Font Color

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

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


#0ed0bd Background Color

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

This div background color is #0ed0bd


#0ed0bd Border Color

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

This div border color is #0ed0bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ed0bd


Comments

No comments written yet.

Please login to write comment.