Color Hex Logo

#02abba Color Hex

#02ABBA
(2,171,186)
0 Favorites   0 Comments

Color spaces of #02abba

RGB 2171186
HSL0.510.980.37
HSV185°99°73°
CMYK 0.990.080.00   0.27
XYZ23.450932.683951.5270
Yxy32.68390.21780.3036
Hunter Lab57.1698-26.8270-13.4190
CIE-Lab63.9041-30.8137-18.0895

#02abba color RGB value is (2,171,186).

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

The process color (four color CMYK) of #02abba color hex is 0.99, 0.08, 0.00, 0.27. Web safe color of #02abba is #0099cc. Color #02abba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10101011 10111010
Octal 2 253 272
Decimal 2 171 186
Hex 2 AB BA

RGB Percentages of Color #02abba

%0.56
%47.63
%51.81

CMYK Percentages of Color #02abba

%99
%8
%0
%27

Triadic Colors of #02abba

#02abba #ba02ab #abba02

Analogous Colors of #02abba

#02abba #024fba #02ba6d

Monochromatic Colors of #02abba

#02abba

Complementary Color

#02abba #ba1102

#02abba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02abba Color Preview on White Background

Lorem ipsum dolor sit amet.

#02abba Color CSS Codes

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

#02abba Text Font Color

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

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


#02abba Background Color

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

This div background color is #02abba


#02abba Border Color

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

This div border color is #02abba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02abba


Comments

No comments written yet.

Please login to write comment.