Color Hex Logo

#0ddedb Color Hex

#0DDEDB
(13,222,219)
0 Favorites   0 Comments

Color spaces of #0ddedb

RGB 13222219
HSL0.500.890.46
HSV179°94°87°
CMYK 0.940.000.01   0.13
XYZ39.073457.442676.0460
Yxy57.44260.22640.3329
Hunter Lab75.7909-40.6098-6.4359
CIE-Lab80.4279-43.8590-11.1920

#0ddedb color RGB value is (13,222,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11011110 11011011
Octal 15 336 333
Decimal 13 222 219
Hex D DE DB

RGB Percentages of Color #0ddedb

%2.86
%48.90
%48.24

CMYK Percentages of Color #0ddedb

%94
%0
%1
%13

Triadic Colors of #0ddedb

#0ddedb #db0dde #dedb0d

Analogous Colors of #0ddedb

#0ddedb #0d79de #0dde73

Monochromatic Colors of #0ddedb

#0ddedb

Complementary Color

#0ddedb #de0d10

#0ddedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ddedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ddedb Color CSS Codes

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

#0ddedb Text Font Color

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

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


#0ddedb Background Color

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

This div background color is #0ddedb


#0ddedb Border Color

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

This div border color is #0ddedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ddedb


Comments

No comments written yet.

Please login to write comment.