Color Hex Logo

#0bcaaa Color Hex

#0BCAAA
(11,202,170)
0 Favorites   0 Comments

Color spaces of #0bcaaa

RGB 11202170
HSL0.470.900.42
HSV170°95°79°
CMYK 0.950.000.16   0.21
XYZ28.514245.214545.2546
Yxy45.21450.23960.3800
Hunter Lab67.2417-41.97927.1662
CIE-Lab73.0329-49.04574.2493

#0bcaaa color RGB value is (11,202,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11001010 10101010
Octal 13 312 252
Decimal 11 202 170
Hex B CA AA

RGB Percentages of Color #0bcaaa

%2.87
%52.74
%44.39

CMYK Percentages of Color #0bcaaa

%95
%0
%16
%21

Triadic Colors of #0bcaaa

#0bcaaa #aa0bca #caaa0b

Analogous Colors of #0bcaaa

#0bcaaa #0b8bca #0bca4b

Monochromatic Colors of #0bcaaa

#0bcaaa

Complementary Color

#0bcaaa #ca0b2b

#0bcaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bcaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bcaaa Color CSS Codes

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

#0bcaaa Text Font Color

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

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


#0bcaaa Background Color

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

This div background color is #0bcaaa


#0bcaaa Border Color

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

This div border color is #0bcaaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(11,202,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 #0bcaaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bcaaa


Comments

No comments written yet.

Please login to write comment.