Color Hex Logo

#0badb0 Color Hex

#0BADB0
(11,173,176)
0 Favorites   0 Comments

Color spaces of #0badb0

RGB 11173176
HSL0.500.880.37
HSV181°94°69°
CMYK 0.940.020.00   0.31
XYZ22.918133.092946.2540
Yxy33.09290.22410.3236
Hunter Lab57.5264-29.5582-7.4035
CIE-Lab64.2361-34.6376-12.0084

#0badb0 color RGB value is (11,173,176).

#0badb0 hex color red value is 11, green value is 173 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #0badb0 hue: 0.50 , saturation: 0.88 and the lightness value of 0badb0 is 0.37.

The process color (four color CMYK) of #0badb0 color hex is 0.94, 0.02, 0.00, 0.31. Web safe color of #0badb0 is #009999. Color #0badb0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10101101 10110000
Octal 13 255 260
Decimal 11 173 176
Hex B AD B0

RGB Percentages of Color #0badb0

%3.06
%48.06
%48.89

CMYK Percentages of Color #0badb0

%94
%2
%0
%31

Triadic Colors of #0badb0

#0badb0 #b00bad #adb00b

Analogous Colors of #0badb0

#0badb0 #0b5ab0 #0bb061

Monochromatic Colors of #0badb0

#0badb0

Complementary Color

#0badb0 #b00e0b

#0badb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0badb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0badb0 Color CSS Codes

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

#0badb0 Text Font Color

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

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


#0badb0 Background Color

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

This div background color is #0badb0


#0badb0 Border Color

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

This div border color is #0badb0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(11,173,176, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0badb0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0badb0;
  -webkit-box-shadow: 1px 1px 3px 2px #0badb0;
  box-shadow:         1px 1px 3px 2px #0badb0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(11,173,176, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0badb0


Comments

No comments written yet.

Please login to write comment.