Color Hex Logo

#0dbacc Color Hex

#0DBACC
(13,186,204)
0 Favorites   0 Comments

Color spaces of #0dbacc

RGB 13186204
HSL0.520.880.43
HSV186°94°80°
CMYK 0.940.090.00   0.20
XYZ28.624039.563063.2545
Yxy39.56300.21780.3010
Hunter Lab62.8991-28.8421-15.5956
CIE-Lab69.1571-31.9107-20.0584

#0dbacc color RGB value is (13,186,204).

#0dbacc hex color red value is 13, green value is 186 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #0dbacc hue: 0.52 , saturation: 0.88 and the lightness value of 0dbacc is 0.43.

The process color (four color CMYK) of #0dbacc color hex is 0.94, 0.09, 0.00, 0.20. Web safe color of #0dbacc is #00cccc. Color #0dbacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10111010 11001100
Octal 15 272 314
Decimal 13 186 204
Hex D BA CC

RGB Percentages of Color #0dbacc

%3.23
%46.15
%50.62

CMYK Percentages of Color #0dbacc

%94
%9
%0
%20

Triadic Colors of #0dbacc

#0dbacc #cc0dba #bacc0d

Analogous Colors of #0dbacc

#0dbacc #0d5bcc #0dcc7f

Monochromatic Colors of #0dbacc

#0dbacc

Complementary Color

#0dbacc #cc1f0d

#0dbacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dbacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dbacc Color CSS Codes

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

#0dbacc Text Font Color

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

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


#0dbacc Background Color

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

This div background color is #0dbacc


#0dbacc Border Color

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

This div border color is #0dbacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dbacc


Comments

No comments written yet.

Please login to write comment.