Color Hex Logo

#0dbace Color Hex

#0DBACE
(13,186,206)
0 Favorites   0 Comments

Color spaces of #0dbace

RGB 13186206
HSL0.520.880.43
HSV186°94°81°
CMYK 0.940.100.00   0.19
XYZ28.865539.659664.5262
Yxy39.65960.21700.2981
Hunter Lab62.9759-28.3908-16.6665
CIE-Lab69.2264-31.2693-21.0500

#0dbace color RGB value is (13,186,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10111010 11001110
Octal 15 272 316
Decimal 13 186 206
Hex D BA CE

RGB Percentages of Color #0dbace

%3.21
%45.93
%50.86

CMYK Percentages of Color #0dbace

%94
%10
%0
%19

Triadic Colors of #0dbace

#0dbace #ce0dba #bace0d

Analogous Colors of #0dbace

#0dbace #0d59ce #0dce82

Monochromatic Colors of #0dbace

#0dbace

Complementary Color

#0dbace #ce210d

#0dbace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dbace Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dbace Color CSS Codes

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

#0dbace Text Font Color

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

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


#0dbace Background Color

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

This div background color is #0dbace


#0dbace Border Color

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

This div border color is #0dbace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dbace


Comments

No comments written yet.

Please login to write comment.