Color Hex Logo

#0edabd Color Hex

#0EDABD
(14,218,189)
0 Favorites   0 Comments

Color spaces of #0edabd

RGB 14218189
HSL0.480.880.45
HSV171°94°85°
CMYK 0.940.000.13   0.15
XYZ34.437853.910356.7348
Yxy53.91030.23740.3716
Hunter Lab73.4236-44.76975.5829
CIE-Lab78.4094-50.48401.8364

#0edabd color RGB value is (14,218,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11011010 10111101
Octal 16 332 275
Decimal 14 218 189
Hex E DA BD

RGB Percentages of Color #0edabd

%3.33
%51.78
%44.89

CMYK Percentages of Color #0edabd

%94
%0
%13
%15

Triadic Colors of #0edabd

#0edabd #bd0eda #dabd0e

Analogous Colors of #0edabd

#0edabd #0e91da #0eda57

Monochromatic Colors of #0edabd

#0edabd

Complementary Color

#0edabd #da0e2b

#0edabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0edabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0edabd Color CSS Codes

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

#0edabd Text Font Color

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

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


#0edabd Background Color

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

This div background color is #0edabd


#0edabd Border Color

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

This div border color is #0edabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0edabd


Comments

No comments written yet.

Please login to write comment.