Color Hex Logo

#0daaab Color Hex

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

Color spaces of #0daaab

RGB 13170171
HSL0.500.860.36
HSV180°92°67°
CMYK 0.920.010.00   0.33
XYZ21.891431.775343.5075
Yxy31.77530.22530.3270
Hunter Lab56.3696-29.3254-6.3028
CIE-Lab63.1567-34.7037-10.8326

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

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

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

Base Numbers

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

RGB Percentages of Color #0daaab

%3.67
%48.02
%48.31

CMYK Percentages of Color #0daaab

%92
%1
%0
%33

Triadic Colors of #0daaab

#0daaab #ab0daa #aaab0d

Analogous Colors of #0daaab

#0daaab #0d5bab #0dab5d

Monochromatic Colors of #0daaab

#0daaab

Complementary Color

#0daaab #ab0e0d

#0daaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0daaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#0daaab Color CSS Codes

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

#0daaab Text Font Color

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

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


#0daaab Background Color

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

This div background color is #0daaab


#0daaab Border Color

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

This div border color is #0daaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0daaab


Comments

No comments written yet.

Please login to write comment.