Color Hex Logo

#0dabaa Color Hex

#0DABAA
(13,171,170)
0 Favorites   0 Comments

Color spaces of #0dabaa

RGB 13171170
HSL0.500.860.36
HSV180°92°67°
CMYK 0.920.000.01   0.33
XYZ21.984632.113743.0701
Yxy32.11370.22630.3305
Hunter Lab56.6690-29.9220-5.3939
CIE-Lab63.4367-35.4763-9.8545

#0dabaa color RGB value is (13,171,170).

#0dabaa hex color red value is 13, green value is 171 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #0dabaa hue: 0.50 , saturation: 0.86 and the lightness value of 0dabaa is 0.36.

The process color (four color CMYK) of #0dabaa color hex is 0.92, 0.00, 0.01, 0.33. Web safe color of #0dabaa is #009999. Color #0dabaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10101011 10101010
Octal 15 253 252
Decimal 13 171 170
Hex D AB AA

RGB Percentages of Color #0dabaa

%3.67
%48.31
%48.02

CMYK Percentages of Color #0dabaa

%92
%0
%1
%33

Triadic Colors of #0dabaa

#0dabaa #aa0dab #abaa0d

Analogous Colors of #0dabaa

#0dabaa #0d5dab #0dab5b

Monochromatic Colors of #0dabaa

#0dabaa

Complementary Color

#0dabaa #ab0d0e

#0dabaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dabaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dabaa Color CSS Codes

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

#0dabaa Text Font Color

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

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


#0dabaa Background Color

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

This div background color is #0dabaa


#0dabaa Border Color

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

This div border color is #0dabaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dabaa


Comments

No comments written yet.

Please login to write comment.