Color Hex Logo

#0dbbda Color Hex

#0DBBDA
(13,187,218)
0 Favorites   0 Comments

Color spaces of #0dbbda

RGB 13187218
HSL0.530.890.45
HSV189°94°85°
CMYK 0.940.140.00   0.15
XYZ30.591240.688272.5709
Yxy40.68820.21270.2829
Hunter Lab63.7873-26.0225-22.8032
CIE-Lab69.9569-27.8498-26.5003

#0dbbda color RGB value is (13,187,218).

#0dbbda hex color red value is 13, green value is 187 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #0dbbda hue: 0.53 , saturation: 0.89 and the lightness value of 0dbbda is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10111011 11011010
Octal 15 273 332
Decimal 13 187 218
Hex D BB DA

RGB Percentages of Color #0dbbda

%3.11
%44.74
%52.15

CMYK Percentages of Color #0dbbda

%94
%14
%0
%15

Triadic Colors of #0dbbda

#0dbbda #da0dbb #bbda0d

Analogous Colors of #0dbbda

#0dbbda #0d55da #0dda93

Monochromatic Colors of #0dbbda

#0dbbda

Complementary Color

#0dbbda #da2c0d

#0dbbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dbbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dbbda Color CSS Codes

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

#0dbbda Text Font Color

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

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


#0dbbda Background Color

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

This div background color is #0dbbda


#0dbbda Border Color

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

This div border color is #0dbbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dbbda


Comments

No comments written yet.

Please login to write comment.