Color Hex Logo

#0bdaab Color Hex

#0BDAAB
(11,218,171)
0 Favorites   0 Comments

Color spaces of #0bdaab

RGB 11218171
HSL0.460.900.45
HSV166°95°85°
CMYK 0.950.000.22   0.15
XYZ32.560153.154247.0718
Yxy53.15420.24520.4003
Hunter Lab72.9069-47.869312.7547
CIE-Lab77.9660-55.172510.7829

#0bdaab color RGB value is (11,218,171).

#0bdaab hex color red value is 11, green value is 218 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #0bdaab hue: 0.46 , saturation: 0.90 and the lightness value of 0bdaab is 0.45.

The process color (four color CMYK) of #0bdaab color hex is 0.95, 0.00, 0.22, 0.15. Web safe color of #0bdaab is #00cc99. Color #0bdaab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 11011010 10101011
Octal 13 332 253
Decimal 11 218 171
Hex B DA AB

RGB Percentages of Color #0bdaab

%2.75
%54.50
%42.75

CMYK Percentages of Color #0bdaab

%95
%0
%22
%15

Triadic Colors of #0bdaab

#0bdaab #ab0bda #daab0b

Analogous Colors of #0bdaab

#0bdaab #0ba2da #0bda44

Monochromatic Colors of #0bdaab

#0bdaab

Complementary Color

#0bdaab #da0b3a

#0bdaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bdaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bdaab Color CSS Codes

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

#0bdaab Text Font Color

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

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


#0bdaab Background Color

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

This div background color is #0bdaab


#0bdaab Border Color

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

This div border color is #0bdaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bdaab


Comments

No comments written yet.

Please login to write comment.