Color Hex Logo

#0dacbb Color Hex

#0DACBB
(13,172,187)
0 Favorites   0 Comments

Color spaces of #0dacbb

RGB 13172187
HSL0.510.870.39
HSV185°93°73°
CMYK 0.930.080.00   0.27
XYZ23.888133.178552.1588
Yxy33.17850.21870.3038
Hunter Lab57.6008-26.7741-13.3679
CIE-Lab64.3052-30.6055-18.0325

#0dacbb color RGB value is (13,172,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10101100 10111011
Octal 15 254 273
Decimal 13 172 187
Hex D AC BB

RGB Percentages of Color #0dacbb

%3.49
%46.24
%50.27

CMYK Percentages of Color #0dacbb

%93
%8
%0
%27

Triadic Colors of #0dacbb

#0dacbb #bb0dac #acbb0d

Analogous Colors of #0dacbb

#0dacbb #0d55bb #0dbb73

Monochromatic Colors of #0dacbb

#0dacbb

Complementary Color

#0dacbb #bb1c0d

#0dacbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dacbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dacbb Color CSS Codes

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

#0dacbb Text Font Color

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

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


#0dacbb Background Color

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

This div background color is #0dacbb


#0dacbb Border Color

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

This div border color is #0dacbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dacbb


Comments

No comments written yet.

Please login to write comment.