Color Hex Logo

#0deddb Color Hex

#0DEDDB
(13,237,219)
0 Favorites   0 Comments

Color spaces of #0deddb

RGB 13237219
HSL0.490.900.49
HSV175°95°93°
CMYK 0.950.000.08   0.07
XYZ43.236365.768477.4336
Yxy65.76840.23190.3528
Hunter Lab81.0977-46.75580.1572
CIE-Lab84.8781-50.2809-4.5920

#0deddb color RGB value is (13,237,219).

#0deddb hex color red value is 13, green value is 237 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #0deddb hue: 0.49 , saturation: 0.90 and the lightness value of 0deddb is 0.49.

The process color (four color CMYK) of #0deddb color hex is 0.95, 0.00, 0.08, 0.07. Web safe color of #0deddb is #00ffcc. Color #0deddb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11101101 11011011
Octal 15 355 333
Decimal 13 237 219
Hex D ED DB

RGB Percentages of Color #0deddb

%2.77
%50.53
%46.70

CMYK Percentages of Color #0deddb

%95
%0
%8
%7

Triadic Colors of #0deddb

#0deddb #db0ded #eddb0d

Analogous Colors of #0deddb

#0deddb #0d8fed #0ded6b

Monochromatic Colors of #0deddb

#0deddb

Complementary Color

#0deddb #ed0d1f

#0deddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0deddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0deddb Color CSS Codes

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

#0deddb Text Font Color

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

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


#0deddb Background Color

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

This div background color is #0deddb


#0deddb Border Color

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

This div border color is #0deddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0deddb


Comments

No comments written yet.

Please login to write comment.