Color Hex Logo

#0dbba6 Color Hex

#0DBBA6
(13,187,166)
0 Favorites   0 Comments

Color spaces of #0dbba6

RGB 13187166
HSL0.480.870.39
HSV173°93°73°
CMYK 0.930.000.11   0.27
XYZ24.819238.379442.1762
Yxy38.37940.23550.3642
Hunter Lab61.9511-36.90283.0013
CIE-Lab68.2993-43.7741-0.4479

#0dbba6 color RGB value is (13,187,166).

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

The process color (four color CMYK) of #0dbba6 color hex is 0.93, 0.00, 0.11, 0.27. Web safe color of #0dbba6 is #00cc99. Color #0dbba6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10111011 10100110
Octal 15 273 246
Decimal 13 187 166
Hex D BB A6

RGB Percentages of Color #0dbba6

%3.55
%51.09
%45.36

CMYK Percentages of Color #0dbba6

%93
%0
%11
%27

Triadic Colors of #0dbba6

#0dbba6 #a60dbb #bba60d

Analogous Colors of #0dbba6

#0dbba6 #0d79bb #0dbb4f

Monochromatic Colors of #0dbba6

#0dbba6

Complementary Color

#0dbba6 #bb0d22

#0dbba6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dbba6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dbba6 Color CSS Codes

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

#0dbba6 Text Font Color

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

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


#0dbba6 Background Color

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

This div background color is #0dbba6


#0dbba6 Border Color

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

This div border color is #0dbba6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dbba6


Comments

No comments written yet.

Please login to write comment.