Color Hex Logo

#0edfdb Color Hex

#0EDFDB
(14,223,219)
0 Favorites   0 Comments

Color spaces of #0edfdb

RGB 14223219
HSL0.500.880.46
HSV179°94°87°
CMYK 0.940.000.02   0.13
XYZ39.355057.983276.1355
Yxy57.98320.22690.3342
Hunter Lab76.1467-41.0023-5.9786
CIE-Lab80.7294-44.2678-10.7417

#0edfdb color RGB value is (14,223,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11011111 11011011
Octal 16 337 333
Decimal 14 223 219
Hex E DF DB

RGB Percentages of Color #0edfdb

%3.07
%48.90
%48.03

CMYK Percentages of Color #0edfdb

%94
%0
%2
%13

Triadic Colors of #0edfdb

#0edfdb #db0edf #dfdb0e

Analogous Colors of #0edfdb

#0edfdb #0e7bdf #0edf73

Monochromatic Colors of #0edfdb

#0edfdb

Complementary Color

#0edfdb #df0e12

#0edfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0edfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0edfdb Color CSS Codes

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

#0edfdb Text Font Color

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

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


#0edfdb Background Color

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

This div background color is #0edfdb


#0edfdb Border Color

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

This div border color is #0edfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0edfdb


Comments

No comments written yet.

Please login to write comment.