Color Hex Logo

#0dadbc Color Hex

#0DADBC
(13,173,188)
0 Favorites   0 Comments

Color spaces of #0dadbc

RGB 13173188
HSL0.510.870.39
HSV185°93°74°
CMYK 0.930.080.00   0.26
XYZ24.186733.603552.7883
Yxy33.60350.21870.3039
Hunter Lab57.9685-26.9679-13.4137
CIE-Lab64.6466-30.7679-18.0709

#0dadbc color RGB value is (13,173,188).

#0dadbc hex color red value is 13, green value is 173 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #0dadbc hue: 0.51 , saturation: 0.87 and the lightness value of 0dadbc is 0.39.

The process color (four color CMYK) of #0dadbc color hex is 0.93, 0.08, 0.00, 0.26. Web safe color of #0dadbc is #0099cc. Color #0dadbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10101101 10111100
Octal 15 255 274
Decimal 13 173 188
Hex D AD BC

RGB Percentages of Color #0dadbc

%3.48
%46.26
%50.27

CMYK Percentages of Color #0dadbc

%93
%8
%0
%26

Triadic Colors of #0dadbc

#0dadbc #bc0dad #adbc0d

Analogous Colors of #0dadbc

#0dadbc #0d55bc #0dbc74

Monochromatic Colors of #0dadbc

#0dadbc

Complementary Color

#0dadbc #bc1c0d

#0dadbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dadbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dadbc Color CSS Codes

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

#0dadbc Text Font Color

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

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


#0dadbc Background Color

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

This div background color is #0dadbc


#0dadbc Border Color

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

This div border color is #0dadbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dadbc


Comments

No comments written yet.

Please login to write comment.