Color Hex Logo

#02bbac Color Hex

#02BBAC
(2,187,172)
0 Favorites   0 Comments

Color spaces of #02bbac

RGB 2187172
HSL0.490.980.37
HSV175°99°73°
CMYK 0.990.000.08   0.27
XYZ25.241838.532145.1368
Yxy38.53210.23180.3538
Hunter Lab62.0742-36.04480.3397
CIE-Lab68.4110-42.4517-3.5899

#02bbac color RGB value is (2,187,172).

#02bbac hex color red value is 2, green value is 187 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #02bbac hue: 0.49 , saturation: 0.98 and the lightness value of 02bbac is 0.37.

The process color (four color CMYK) of #02bbac color hex is 0.99, 0.00, 0.08, 0.27. Web safe color of #02bbac is #00cc99. Color #02bbac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10111011 10101100
Octal 2 273 254
Decimal 2 187 172
Hex 2 BB AC

RGB Percentages of Color #02bbac

%0.55
%51.80
%47.65

CMYK Percentages of Color #02bbac

%99
%0
%8
%27

Triadic Colors of #02bbac

#02bbac #ac02bb #bbac02

Analogous Colors of #02bbac

#02bbac #026ebb #02bb50

Monochromatic Colors of #02bbac

#02bbac

Complementary Color

#02bbac #bb0211

#02bbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02bbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#02bbac Color CSS Codes

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

#02bbac Text Font Color

<p style="color:#02bbac">Text here</p>

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


#02bbac Background Color

<div style="background-color:#02bbac">
Div content here</div>

This div background color is #02bbac


#02bbac Border Color

<div style="border:3px solid #02bbac">
Div here</div>

This div border color is #02bbac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,187,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #02bbac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #02bbac;
  -webkit-box-shadow: 1px 1px 3px 2px #02bbac;
  box-shadow:         1px 1px 3px 2px #02bbac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02bbac


Comments

No comments written yet.

Please login to write comment.