Color Hex Logo

#00bbab Color Hex

#00BBAB
(0,187,171)
0 Favorites   0 Comments

Color spaces of #00bbab

RGB 0187171
HSL0.491.000.37
HSV175°100°73°
CMYK 1.000.000.09   0.27
XYZ25.121038.480944.6316
Yxy38.48090.23210.3555
Hunter Lab62.0330-36.27200.7650
CIE-Lab68.3736-42.8039-3.0959

#00bbab color RGB value is (0,187,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10111011 10101011
Octal 0 273 253
Decimal 0 187 171
Hex 0 BB AB

RGB Percentages of Color #00bbab

%0.00
%52.23
%47.77

CMYK Percentages of Color #00bbab

%100
%0
%9
%27

Triadic Colors of #00bbab

#00bbab #ab00bb #bbab00

Analogous Colors of #00bbab

#00bbab #006ebb #00bb4e

Monochromatic Colors of #00bbab

#00bbab

Complementary Color

#00bbab #bb0010

#00bbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00bbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#00bbab Color CSS Codes

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

#00bbab Text Font Color

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

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


#00bbab Background Color

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

This div background color is #00bbab


#00bbab Border Color

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

This div border color is #00bbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00bbab


Comments

No comments written yet.

Please login to write comment.