Color Hex Logo

#00bbaa Color Hex

#00BBAA
(0,187,170)
1 Favorites   0 Comments

Color spaces of #00bbaa

RGB 0187170
HSL0.481.000.37
HSV175°100°73°
CMYK 1.000.000.09   0.27
XYZ25.026038.442944.1314
Yxy38.44290.23260.3573
Hunter Lab62.0023-36.45611.2008
CIE-Lab68.3458-43.0892-2.5867

#00bbaa color RGB value is (0,187,170). This hex color code is also a web safe color which is equal to #0BA.

#00bbaa hex color red value is 0, green value is 187 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #00bbaa hue: 0.48 , saturation: 1.00 and the lightness value of 00bbaa is 0.37.

The process color (four color CMYK) of #00bbaa color hex is 1.00, 0.00, 0.09, 0.27. Web safe color of #00bbaa is #00cc99. Color #00bbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10111011 10101010
Octal 0 273 252
Decimal 0 187 170
Hex 0 BB AA

RGB Percentages of Color #00bbaa

%0.00
%52.38
%47.62

CMYK Percentages of Color #00bbaa

%100
%0
%9
%27

Triadic Colors of #00bbaa

#00bbaa #aa00bb #bbaa00

Analogous Colors of #00bbaa

#00bbaa #006fbb #00bb4d

Monochromatic Colors of #00bbaa

#00bbaa

Complementary Color

#00bbaa #bb0011

#00bbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00bbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#00bbaa Color CSS Codes

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

#00bbaa Text Font Color

<p style="color:#00bbaa">Text here</p>

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


#00bbaa Background Color

<div style="background-color:#00bbaa">
Div content here</div>

This div background color is #00bbaa


#00bbaa Border Color

<div style="border:3px solid #00bbaa">
Div here</div>

This div border color is #00bbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00bbaa


Comments

No comments written yet.

Please login to write comment.