Color Hex Logo

#0ddbaf Color Hex

#0DDBAF
(13,219,175)
0 Favorites   0 Comments

Color spaces of #0ddbaf

RGB 13219175
HSL0.460.890.45
HSV167°94°86°
CMYK 0.940.000.20   0.14
XYZ33.235453.843749.1986
Yxy53.84370.24390.3951
Hunter Lab73.3783-47.563511.6121
CIE-Lab78.3705-54.51429.2363

#0ddbaf color RGB value is (13,219,175).

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

The process color (four color CMYK) of #0ddbaf color hex is 0.94, 0.00, 0.20, 0.14. Web safe color of #0ddbaf is #00cc99. Color #0ddbaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11011011 10101111
Octal 15 333 257
Decimal 13 219 175
Hex D DB AF

RGB Percentages of Color #0ddbaf

%3.19
%53.81
%43.00

CMYK Percentages of Color #0ddbaf

%94
%0
%20
%14

Triadic Colors of #0ddbaf

#0ddbaf #af0ddb #dbaf0d

Analogous Colors of #0ddbaf

#0ddbaf #0da0db #0ddb48

Monochromatic Colors of #0ddbaf

#0ddbaf

Complementary Color

#0ddbaf #db0d39

#0ddbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ddbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ddbaf Color CSS Codes

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

#0ddbaf Text Font Color

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

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


#0ddbaf Background Color

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

This div background color is #0ddbaf


#0ddbaf Border Color

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

This div border color is #0ddbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ddbaf


Comments

No comments written yet.

Please login to write comment.