Color Hex Logo

#0dadab Color Hex

#0DADAB
(13,173,171)
0 Favorites   0 Comments

Color spaces of #0dadab

RGB 13173171
HSL0.500.860.36
HSV179°92°68°
CMYK 0.920.000.01   0.32
XYZ22.460232.913043.6971
Yxy32.91300.22670.3322
Hunter Lab57.3699-30.5148-5.0007
CIE-Lab64.0904-36.0963-9.4365

#0dadab color RGB value is (13,173,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10101101 10101011
Octal 15 255 253
Decimal 13 173 171
Hex D AD AB

RGB Percentages of Color #0dadab

%3.64
%48.46
%47.90

CMYK Percentages of Color #0dadab

%92
%0
%1
%32

Triadic Colors of #0dadab

#0dadab #ab0dad #adab0d

Analogous Colors of #0dadab

#0dadab #0d5fad #0dad5b

Monochromatic Colors of #0dadab

#0dadab

Complementary Color

#0dadab #ad0d0f

#0dadab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dadab Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dadab Color CSS Codes

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

#0dadab Text Font Color

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

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


#0dadab Background Color

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

This div background color is #0dadab


#0dadab Border Color

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

This div border color is #0dadab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dadab


Comments

No comments written yet.

Please login to write comment.