color codes Logo

#02acab color codes

#02ACAB
(2,172,171)
0 Favorites   0 Comments

Color spaces of #02acab

RGB 2172171
HSL0.500.980.34
HSV180°99°67°
CMYK 0.990.000.01   0.33
XYZ22.128232.458243.6269
Yxy32.45820.22530.3305
Hunter Lab56.9721-30.3710-5.5214
CIE-Lab63.7198-36.0295-9.9964

#02acab color RGB value is (2,172,171).

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

The process color (four color CMYK) of #02acab color code is 0.99, 0.00, 0.01, 0.33. Web safe color of #02acab is #009999. Color #02acab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10101100 10101011
Octal 2 254 253
Decimal 2 172 171
Hex 2 AC AB

RGB Percentages of Color #02acab

%0.58
%49.86
%49.57

CMYK Percentages of Color #02acab

%99
%0
%1
%33

Triadic Colors of #02acab

#02acab #ab02ac #acab02

Analogous Colors of #02acab

#02acab #0258ac #02ac56

Monochromatic Colors of #02acab

#02acab

Complementary Color

#02acab #ac0203

#02acab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02acab Color Preview on White Background

Lorem ipsum dolor sit amet.

#02acab Color CSS Codes

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

#02acab Text Font Color

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

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


#02acab Background Color

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

This div background color is #02acab


#02acab Border Color

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

This div border color is #02acab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,172,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 #02acab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02acab


Comments

No comments written yet.

Please login to write comment.