Color Hex Logo

#0bcbaa Color Hex

#0BCBAA
(11,203,170)
0 Favorites   0 Comments

Color spaces of #0bcbaa

RGB 11203170
HSL0.470.900.42
HSV170°95°80°
CMYK 0.950.000.16   0.20
XYZ28.749645.685345.3331
Yxy45.68530.24000.3814
Hunter Lab67.5909-42.35967.5479
CIE-Lab73.3409-49.45454.6940

#0bcbaa color RGB value is (11,203,170).

#0bcbaa hex color red value is 11, green value is 203 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #0bcbaa hue: 0.47 , saturation: 0.90 and the lightness value of 0bcbaa is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11001011 10101010
Octal 13 313 252
Decimal 11 203 170
Hex B CB AA

RGB Percentages of Color #0bcbaa

%2.86
%52.86
%44.27

CMYK Percentages of Color #0bcbaa

%95
%0
%16
%20

Triadic Colors of #0bcbaa

#0bcbaa #aa0bcb #cbaa0b

Analogous Colors of #0bcbaa

#0bcbaa #0b8ccb #0bcb4a

Monochromatic Colors of #0bcbaa

#0bcbaa

Complementary Color

#0bcbaa #cb0b2c

#0bcbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bcbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bcbaa Color CSS Codes

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

#0bcbaa Text Font Color

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

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


#0bcbaa Background Color

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

This div background color is #0bcbaa


#0bcbaa Border Color

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

This div border color is #0bcbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bcbaa


Comments

No comments written yet.

Please login to write comment.