Color Hex Logo

#0dbdaf Color Hex

#0DBDAF
(13,189,175)
0 Favorites   0 Comments

Color spaces of #0dbdaf

RGB 13189175
HSL0.490.870.40
HSV175°93°74°
CMYK 0.930.000.07   0.26
XYZ26.101439.575946.8207
Yxy39.57590.23200.3518
Hunter Lab62.9094-36.0309-0.0904
CIE-Lab69.1664-42.1002-4.1193

#0dbdaf color RGB value is (13,189,175).

#0dbdaf hex color red value is 13, green value is 189 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #0dbdaf hue: 0.49 , saturation: 0.87 and the lightness value of 0dbdaf is 0.40.

The process color (four color CMYK) of #0dbdaf color hex is 0.93, 0.00, 0.07, 0.26. Web safe color of #0dbdaf is #00cc99. Color #0dbdaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10111101 10101111
Octal 15 275 257
Decimal 13 189 175
Hex D BD AF

RGB Percentages of Color #0dbdaf

%3.45
%50.13
%46.42

CMYK Percentages of Color #0dbdaf

%93
%0
%7
%26

Triadic Colors of #0dbdaf

#0dbdaf #af0dbd #bdaf0d

Analogous Colors of #0dbdaf

#0dbdaf #0d73bd #0dbd57

Monochromatic Colors of #0dbdaf

#0dbdaf

Complementary Color

#0dbdaf #bd0d1b

#0dbdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dbdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dbdaf Color CSS Codes

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

#0dbdaf Text Font Color

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

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


#0dbdaf Background Color

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

This div background color is #0dbdaf


#0dbdaf Border Color

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

This div border color is #0dbdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dbdaf


Comments

No comments written yet.

Please login to write comment.