Color Hex Logo

#0edddb Color Hex

#0EDDDB
(14,221,219)
0 Favorites   0 Comments

Color spaces of #0edddb

RGB 14221219
HSL0.500.880.46
HSV179°94°87°
CMYK 0.940.000.01   0.13
XYZ38.823756.920775.9584
Yxy56.92070.22610.3315
Hunter Lab75.4458-40.1758-6.8808
CIE-Lab80.1350-43.3900-11.6289

#0edddb color RGB value is (14,221,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11011101 11011011
Octal 16 335 333
Decimal 14 221 219
Hex E DD DB

RGB Percentages of Color #0edddb

%3.08
%48.68
%48.24

CMYK Percentages of Color #0edddb

%94
%0
%1
%13

Triadic Colors of #0edddb

#0edddb #db0edd #dddb0e

Analogous Colors of #0edddb

#0edddb #0e78dd #0edd74

Monochromatic Colors of #0edddb

#0edddb

Complementary Color

#0edddb #dd0e10

#0edddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0edddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0edddb Color CSS Codes

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

#0edddb Text Font Color

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

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


#0edddb Background Color

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

This div background color is #0edddb


#0edddb Border Color

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

This div border color is #0edddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0edddb


Comments

No comments written yet.

Please login to write comment.